Local Deployment
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
yarnto install dependenciesSetup the postgres database:
createdb <your_database_name>Run migrations
Windows:
yarn windows:migrateMac/Linux:
yarn migrate
Run seeders
Windows:
yarn windows:seedMac/Linux:
yarn seed
Last updated
