Skip to main content

Deployment Guide (Placeholder)

This placeholder satisfies deployment links. For production guidance, document your target environment (Docker, PM2, systemd, etc.) here.

Basic outline:

  1. Build backend: npm run build in backend/
  2. Configure env: set OPENAI_API_KEY and optional Firebase vars.
  3. Run backend: node dist/index.js or via PM2/systemd.
  4. Build frontend: flutter build linux (or platform target).
  5. Serve static docs: cd documentation && npm run build && npx http-server build.

Add your infrastructure-specific steps, domain/SSL notes, and monitoring here.