This is a Blog created with NextJS as Frontend and HyGraph as Headless CMS.
Install deppendencies
npm install
Make file .env.local and add your GraphCMS Endpoint.
NEXT_PUBLIC_GRAPHCMS_ENDPOINT=your_graphcms_endpoint
NEXT_PUBLIC_BASE_URL=http://localhost:3000
Run Application
npm run dev