main → production
develop → integration
feature/* → features
fix/* → bugfixes
README Preview
# Project Name
## Description
## Getting Started
```bash
npm install
npm run dev
```
## Tech Stack
- Next.js
- TypeScript
- Tailwind CSS
## Scripts
- `npm run dev` - Development server
- `npm run build` - Production build
- `npm run start` - Start production server