- node
- pnpm
- docker
- docker-compose
- Copy
.env.exampleto.env - Fill out all fields with appropriate secrets
- Start the database (see step 1 below)
- Run
pnpm run db:push
- Run
docker-compose up(add-dto run in detatched mode [the containers do not hold the terminal and no output is shown]) - In a seperate terminal (or optionally the same one if
-dwas used) runpnpm run dev