What problem does it solve?
Quickly provisions a local development environment for Apollo Wind by automating repository setup, dependency installation, package builds, and Storybook startup so developers can view and prototype components without manual orchestration.
Core Features & Use Cases
- Automated environment checks: Verifies Node and pnpm presence and guides upgrades when necessary.
- Repository setup and build pipeline: Clones apollo-ui with SSH/HTTPS fallback, installs dependencies with pnpm, and runs a turborepo build.
- Storybook launch and troubleshooting: Starts Apollo Wind Storybook on port 6006 and provides common error guidance for SSH permissions, engine incompatibilities, missing modules, and port conflicts.
- Use Cases: Onboarding new frontend engineers, preparing a demo machine, or recreating a reproducible local Storybook environment for debugging and design review.
Quick Start
Run the apollo-install flow to check prerequisites, clone the apollo-ui repository, install dependencies, build packages, and start the Apollo Wind Storybook on your machine.