Skip to content

marcoandre1/nextjs-blog

Repository files navigation

Next.js Blog

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, update next.config.js file and from git bash run npm run export followed by npm run deploy.