-
Run
yarn install
thenyarn prepare
to install dependencies and prepare development environment -
When changing the
schema.prisma
file, remember to runyarn db:migrate-dev
to create a new migration file in./prisma
folder, so that the changes can be applied in the database.
- Run
yarn db:migrate
on server for database initalization and apply new migration to database.