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