Skip to content

thetechmaze/nextjs-mdx-blog

Repository files navigation

How to Build an MDX Blog with Next.js 15

A Blog app built using Next.js 15, MDX (markdown), Prismjs and Tailwind CSS,. This app is static site that renders the markdown posts.

thumbnail

Youtube: Watch

Getting Started

  1. Clone the repository:

    git clone https://github.com/thetechmaze/nextjs-mdx-blog.git
  2. Install Dependencies

    npm install
  3. Run the development server

    npm run dev

    Open http://localhost:3000 in your browser to see the app in action.

Deployment

To Deploy this app, you can use platforms like Vercel or Netlify. Ensure you have your environment variables set correctly on the chosen platform.

License

This project is open source and available under the MIT Licence.

About

A Blog app built using Next.js 15, MDX(markdown), Prismjs and Tailwind CSS,. This app is static site that renders the markdown posts.

Resources

License

Stars

8 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors