Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoandre1 committed Dec 7, 2020
1 parent f873737 commit 20a3604
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
This is a starter template for [Learn Next.js](https://nextjs.org/learn).
# Next.js Blog

**Demo Website** : [modokemdev.com/nextjs-blog](https://modokemdev.com/nextjs-blog/)

This repository was built following the [Learn Next.js](https://nextjs.org/learn) tutorial. It is a [Next.js](https://nextjs.org/) blog app deployed to [GitHub Pages](https://pages.github.com/) using [gh-pages](https://www.npmjs.com/package/gh-pages). We are rendering the data at build time, including the `md` files for each post.

You can find in [Releases](https://github.com/marcoandre1/nextjs-blog/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`.

0 comments on commit 20a3604

Please sign in to comment.