Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 613 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 613 Bytes

Build a blog using Next.js

Here is a simple blog built using Next.js, JavaScript, CSS, HTML, React.

Design

Here is how the design look like for desktop and mobile blog

The project is available on link Blog.

Run locally

  • Open a new terminal window, and navigate to the folder
  • Run npm install & npm run dev - this will install all packages
  • Start the blog in localhost:3000

Features

  • render posts content using static generation method from Next.js
  • load posts from markdown
  • dynamic routes

Deploy

Deployed by Vercel