A minimal, scalable, and production-ready starter kit for building blog-based websites using Next.js App Router, Contentlayer, TypeScript, Tailwind CSS, and Shadcn UI.
git clone https://github.com/yourusername/content-collections-nextjs-blog-starter-kit.git
cd content-collections-nextjs-blog-starter-kit
npm install
npm run dev
Visit http://localhost:3000 to view your blog.
This project is licensed under the MIT License. See the LICENSE file for details.
We welcome contributions!
git checkout -b feature/awesome-feature
)git commit -m 'Add awesome feature'
)git push origin feature/awesome-feature
)Found this helpful? Give it a ⭐️ on GitHub and spread the word!