Local Deployment
Last updated
Last updated
The build step might fail if you're using a computer with an Apple Silicon chip. In that case, we recommend you start the project using Docker deployment
Run yarn
to install dependencies
Setup the postgres database: createdb <your_database_name>
Run migrations
Windows: yarn windows:migrate
Mac/Linux: yarn migrate
Run seeders
Windows: yarn windows:seed
Mac/Linux: yarn seed