- Configure
.env
file
Copy .env.example
to .env
and change the values accordingly.
- Install dependencies
yarn
This app also requires PostgreSQL and Redis, you can spin up two Docker containers, the easiest way is to use doko:
doko enable postgres
doko enable redis
- Start server
yarn dev
After that, you might need to deploy migrations as well if you haven't done that before:
yarn migrate:deploy