Your guide to the heroes of Bridgeworld.
- Node v16+
Install dependencies:
npm install
Create environment variable file:
cp .env.example .env
Fill environment variable file with relevant variables then auto-generate types from GraphQL queries:
npm run codegen
Start server:
npm run dev