local-dev
Installation
SKILL.md
Local Development
Quick Start
./scripts/dev-runner.sh --restart # First time / full rebuild
./scripts/dev-runner.sh --start # Daily start (no rebuild)
./scripts/dev-runner.sh --stop # Stop everything
./scripts/dev-runner.sh --verify # Check status
Modes
| Mode | Command | Frontend | Use When |
|---|---|---|---|
| Standard | --restart |
localhost:5174 | Frontend work, full-stack |
| BE-only | --be-only-restart |
localhost:5173 | Backend-focused, faster rebuilds |