Start local development environment
devcommandsetup L2★155
beizhu-1209/AIHelms ↗What it does
Start local development environment for AIHelms
Best for
Quick local dev startup: orchestrates Docker middleware, FastAPI backend, dual Vue frontends (admin + web) on unified Nginx gateway.
Inputs
- · .env configuration
Outputs
- · running services on specified ports
Requires
- · Docker
- · Docker Compose
- · Python
- · Node.js
- · npm
Preconditions
- · .env file exists
- · Docker running
- · Python/Node/npm available
Failure modes
- · Docker not running
- · .env missing
- · port conflicts
- · database connection fails
Trust signals
- · 4-step startup sequence
- · service port table provided
- · troubleshooting section for 4 common issues