🔥 A blog application built on Next.js, who offers support for markdown-based posts with support of 7tv emojis.
If you want to try app by yourself, you will need:
- Node.js v10.13 or higher
To start, clone the template
branch from this repository and install all required dependencies:
git clone -b template https://github.com/richardscull/Nextjs-Blog
cd Nextjs-Blog
npm install
After that, you can sucesfully run the site on your local network by typing:
npm run build
npm run start
or
npm run dev