Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 267 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 267 Bytes

Next Markdown Blog

Simple static blog using markdown and Next.js

DEMO

Usage

# Install dependencies
npm install

# Run dev server
npm run dev

# Build for prod and export static website
npm run build