This repo uses devcontainers. You will need the Dev Containers plugin and Docker
- Spin up the dev container, this should automatically run
pnpm installandprisma generate - Run
pnpm devto start the dev server - For production run
pnpm buildand thenpnpm start - The repo also uses
prettierfor formatting anddenolintfor linting. These can be run usingpnpm formatandpnpm lintrespectively