Skip to content

Deployment

Ross Nicholson edited this page Jun 28, 2025 · 1 revision

Deployment

Docker Compose

docker-compose up -d

Manual

  • Build frontend: cd frontend && npm run build
  • Start backend: cd backend && npm run start

Clone this wiki locally