Skip to content

hygraph/hygraph-nextjs-blog-starter

Repository files navigation

hygraph-nextjs-blog-starter

A Next.js starter for creating a basic blog with Hygraph

Quick start

Clone project

  1. Clone and install the project
npx degit [email protected]:hygraph/hygraph-nextjs-blog-starter.git
  1. Provide your Hygraph project keys

In order to use this starter, you'll need to have created a new Hygraph project using our Blog Template.

Navigate into your new site’s directory and copy the .env.sample file.

cd hygraph-blog
cp .env.sample .env.local

Inside of your newly created .env file, provide values for each variable. These variables can be found in the project settings UI.

HYGRAPH_ENDPOINT=""
HYGRAPH_TOKEN=""
  1. Start building!

Install the dependencies and start the Next.js dev server:

npm install
npm run dev

Features

  • App Router
  • Tailwind CSS
  • Built-in 404 page functionality
  • generateMetadata for SEO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published