-
-
Notifications
You must be signed in to change notification settings - Fork 0
Local Development
tritrient-yuchen edited this page Aug 4, 2026
·
1 revision
Status: documentation skeleton
- Node.js and npm
- Docker and Docker Compose
- Python 3.11+ for the AI backend
npm install
cp .env.example .env
npm run db:setup
npm run devThe web app runs on http://localhost:5173. The Node API runs on port 8787.
The Python AI service uses port 8010 when configured locally.
npm test -- --run
npm run lint
npm run build- Document environment variables.
- Document demo seed data.
- Document Python virtual-environment setup.
- Document database reset and migration workflows.