Demo Website : modokemdev.com/nextjs-blog
This repository was built following the Learn Next.js tutorial. It is a Next.js blog app deployed to GitHub Pages using gh-pages. We are rendering the data at build time, including the md
files for each post.
You can find in Releases a starter template configured to deploy directly to GitHub Pages.
To run this project locally, clone the project and run
npm run dev
.
To deploy, updatenext.config.js
file and fromgit bash
runnpm run export
followed bynpm run deploy
.