-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
marcoandre1
committed
Dec 7, 2020
1 parent
f873737
commit 20a3604
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |