Deployment Guide (Placeholder)
This placeholder satisfies deployment links. For production guidance, document your target environment (Docker, PM2, systemd, etc.) here.
Basic outline:
- Build backend:
npm run buildinbackend/ - Configure env: set OPENAI_API_KEY and optional Firebase vars.
- Run backend:
node dist/index.jsor via PM2/systemd. - Build frontend:
flutter build linux(or platform target). - Serve static docs:
cd documentation && npm run build && npx http-server build.
Add your infrastructure-specific steps, domain/SSL notes, and monitoring here.