This is a Next.js project bootstrapped with create-next-app.
pnpm run graphql-codegen
pnpm run build
pnpm run startFirst, generate the GraphQL code:
pnpm run graphql-codegen
# or
pnpm run graphql-codegen --watchNext, run the development server:
pnpm devRun tests with
jest
# or
pnpm run testOpen http://localhost:3000 with your browser to see the result.