- Install node_modules using
bun
- Get secrets by running
bun generate:env
or manually creating a.env
file in the root of the directory containing all secrets - Generate Prisma fixtures
bun generate:prisma
- Run the app using
bun dev
- Access GraphiQL at
http://localhost:4000/graphql
in your browser
bun scripts/myScript.ts