📁 Project-Specific Commands
Development & Build
- /dev - Start the Next.js development server
- /build - Build the application for production
- /install - Install project dependencies
- /clean - Clean and reinstall dependencies
Code Generation
- /new-page - Create a new page in the Next.js app directory
- /new-component - Create a new React component
- /new-api - Create a new API route
- /add-course - Add a new course to the catalog
- /feature - Create a new feature branch and structure
Project Setup
- /add-auth - Add authentication to the project (NextAuth.js with social login)
- /add-database - Set up PostgreSQL database with Prisma
- /add-payment - Add Stripe payment integration
- /env-setup - Set up environment variables
- /start-db - Set up and start the database (when configured)
Testing & Quality
- /test - Run tests or create test files