/nextjs-blog-tutorial

Primary LanguageJavaScriptOtherNOASSERTION

Next + Netlify CMS Markdown Blog

Netlify Status

This is a lightweight Markdown Blog built using Next.js and Netlify CMS.

Clone and deploy this site in one click:

Deploy to Netlify

Learn how to built this from this tutorial.

Running it locally

  1. Clone this repo git clone https://github.com/siddharthroy12/nextjs-blog-tutorial
  2. Navigate to the directory and run npm install or yarn add to install the dependencies.
  3. run npm run dev or yarn dev