Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 689 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 689 Bytes

Next.JS Blog with Markdown and MDX

I made this project to simulate a blog, using Markdown and MDX for the post content. It's a simple approach, but it helps to start a project with these features.

How to use

  1. Clone the repository
  git clone https://github.com/gabriel-santos-dev/nextjs-markdown-mdx.git
  1. Install dependences
  npm install
  1. Execute the project
  npm run dev
  1. Access the project in your browser
  http://localhost:3000

Features

Markdown and MDX

Liscense

MIT