Local Deployment
Last updated
Last updated
Run yarn
to install dependencies
Setup the postgres database: createdb <your_database_name>
Build the project
Windows: yarn windows:build
Mac/Linux: yarn build
Run migrations
Windows: yarn windows:migrate
Mac/Linux: yarn migrate
Run seeders
Windows: yarn windows:seed
Mac/Linux: yarn seed
After everything has been completed, to run the app, use the yarn dev
command for dev environment or yarn start
for production build