What problem does it solve?
Automates and guides the initial environment setup for the Pagoda/AirOne project. Covers Python, Node.js, Docker, MySQL, Elasticsearch, RabbitMQ setup, dependency installation, DB migration, user creation, and frontend build in a single flow. Trigger on requests like "set up the environment", "setup", "initial configuration", "I want to set up a dev environment", "get it running", "install", "getting started", or whenever a new developer needs to get the project running for the first time.
Core Features & Use Cases
- DevContainer / Local path selection: Automatically chooses between DevContainer and local baremetal setup based on the user's environment.
- All-in-one setup steps: Installs dependencies, runs migrations, creates admin user, and builds frontend.
- Onboarding scenarios: Ideal for new contributors or CI onboarding across macOS/Linux/WSL.
Quick Start
Run the setup flow to initialize the development environment for Pagoda/AirOne.