- Create an
.env
file. You can copy.env.example
to.env
. - Fill in an
APP_SECRET
. It must be at least 16 characters long. - Spin up the database. You can run the database via
docker compose up -d
. - Run DB migrations via
yarn migrate:dev
. - Run the app via
yarn start
.