This repo uses devcontainers. You will need the Dev Containers plugin and Docker
- Spin up the dev container, this should automatically run
pnpm install
andprisma generate
- Run
pnpm dev
to start the dev server - For production run
pnpm build
and thenpnpm start
- The repo also uses
prettier
for formatting anddenolint
for linting. These can be run usingpnpm format
andpnpm lint
respectively