Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 315 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 315 Bytes

Einmal ohne, bitte

Nextjs graphcms project.

Install

npm install

Develop

  • Add .env file including
GQL_CMS_TOKEN=...
GQL_CMS_ID=...
EMAIL=...
MAILGUN_API=...
  • run npm run dev

Graphql Codegen

  • run npm run codegen

Build

  • run npm run build

Tests

  • run npm run test.