A simple blog content management system built with Next.js, Markdown, and Tailwind CSS.
nextjs-blog-cms/
āāā src/
ā āāā pages/ # Next.js pages
ā ā āāā index.js # Blog homepage
ā ā āāā post/[slug].js # Dynamic blog post pages
ā āāā posts/ # Markdown blog posts
ā āāā styles/globals.css # Tailwind CSS
āāā package.json # Dependencies
āāā README.md
Clone the repository:
git clone https://github.com/tktarun03/nextjs-blog-cms.git
cd nextjs-blog-cms
Install dependencies:
npm install
Start the development server:
npm run dev
Open http://localhost:3000 to view your blog.
š Created by Arunkumar Thamilarasu | UI Technical Architect | Next.js & CMS Expert
šÆ Follow me on GitHub: @tktarun03