This is a Next.js blog powered by Hashnode Headless. This project is associated to a YouTube video demonstrating how to build this blog step-by-step (video coming soon).
First, install dependencies using the following command:
# npm
npm install
# pnpm
pnpm install
Copy the contents of the .env.example
file to a new file called .env.local
and fill in the required values.
Use the following command to run the development server:
# npm
npm run dev
# pnpm
pnpm dev
Support this project by starring. Any contributions are welcome!