15 lines
373 B
Markdown
15 lines
373 B
Markdown
# Next.js Project Setup Instructions
|
|
|
|
## Project Information
|
|
- Project Type: Next.js Application
|
|
- Language: TypeScript
|
|
- Framework: Next.js with App Router
|
|
- Styling: Tailwind CSS
|
|
- Package Manager: npm
|
|
|
|
## Development Guidelines
|
|
- Use TypeScript for type safety
|
|
- Follow Next.js best practices
|
|
- Use App Router for routing
|
|
- Implement responsive design with Tailwind CSS
|