Bun should be installed on your system
- Run cp env-example .envand adjust the env variables (if needed)
- Run bun installto install all deps
- Run docker compose -f compose-dev.yml up --buildto start up all needed services (DB, Queue, etc)
- Run bun migrate:devto apply all migrations
- Run bun devto start the dev server
To acess to the running DB you can use the appropriate script: bash ./scripts/dev/enter-db.sh
- ...