Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.
/ Nextjs-Blog Public archive

📖 A blog page written in NextJS. Supports markdown posts ✒️

Notifications You must be signed in to change notification settings

richardscull/Nextjs-Blog

Repository files navigation

Next.js Blog

🔥 A blog application built on Next.js, who offers support for markdown-based posts with support of 7tv emojis.

🔧 Requirements

If you want to try app by yourself, you will need:

  • Node.js v10.13 or higher

⚙️ Setup

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