Standalone website repository (frontend only).
- Install dependencies: npm install
- Start dev server: npm run dev
- Build production: npm run build
- Preview production build: npm run preview
This website expects the backend bot API at http://localhost:3000 during development.
Vite proxy forwards /api/* requests to that backend.