A Blog app built using Next.js 15, MDX (markdown), Prismjs and Tailwind CSS,. This app is static site that renders the markdown posts.
Youtube: Watch
Clone the repository:
git clone https://github.com/thetechmaze/nextjs-mdx-blog.git
Install Dependencies
npm install
Run the development server
npm run dev
Open http://localhost:3000 in your browser to see the app in action.
To Deploy this app, you can use platforms like Vercel or Netlify. Ensure you have your environment variables set correctly on the chosen platform.
This project is open source and available under the MIT Licence.