Skip to content

Development

  • Contributing


    Development workflow, coding standards, and PR guidelines.

    Contributing

  • Design System


    Color palette, typography, components, and theming.

    Design system

Available scripts

npm run dev          # Frontend dev server (Vite, port 5173)
npm run server       # Backend API (Express, port 3001)
npm run dev:all      # Both concurrently
npm run build        # Production build
npm run preview      # Preview production build
npm run lint         # ESLint
npm run db:init      # Initialize database schemas
npm run db:migrate   # Run migrations
npm run db:seed      # Seed sample data