A modern blog application built with Next.js, TailwindCSS, and other cutting-edge technologies.
- Modern UI with TailwindCSS and shadcn/ui
- Responsive design
- Custom color scheme system
- Animated components
- Next.js - React framework for production
- TailwindCSS - For styles
- shadcn/ui - For Beautifully designed components that you can copy and paste into your apps.
Get Started GitHub
- Clone the repository:
git clone [repository-url]
Create a .env.local file in the root directory and add the following variables:
NEXT_PUBLIC_MONGO_URI=your mongo connection string
cd next-blog
pnpm install
pnpm dev
blog/
├── src/
│ ├── app/
│ ├── components/
│ └── database/
| └── models/
├── public/
├── tailwind.config.js
├── postcss.config.mjs
└── next.config.mjs