Simple static blog using markdown and Next.js
# Install dependencies
npm install
# Run dev server
npm run dev
# Build for prod and export static website
npm run build
Simple static blog using markdown and Next.js
# Install dependencies
npm install
# Run dev server
npm run dev
# Build for prod and export static website
npm run build