A Next.js starter for creating a basic blog with Hygraph
- Clone and install the project
npx degit [email protected]:hygraph/hygraph-nextjs-blog-starter.git
- 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=""
- Start building!
Install the dependencies and start the Next.js dev server:
npm install
npm run dev
- App Router
- Tailwind CSS
- Built-in 404 page functionality
generateMetadata
for SEO