build-start
Installation
SKILL.md
Build & Start
Quick Start
When building or starting the application:
- Development:
npm run devornpm run dev:turbo - Production Build:
npm run build - Production Start:
npm run start - Vercel Build:
npm run build:vercel
Commands
Development Server
# Standard development server
npm run dev