Onboarding Runbook¶
First-Time Setup¶
- Install prerequisites:
git,docker,op. - Clone repository.
- Run
./init. - Run
./up. - Open UI URLs from startup output.
Bootstrap Path¶
flowchart LR
Install[Install tools] --> Clone[Clone bf-dev]
Clone --> Init[Run init]
Init --> Up[Run up]
Up --> Verify[Open local apps]
Expected Outcomes¶
- All repos listed in
projects.txtare present .envand per-service.envfiles generated- Compose stack starts in selected mode
What Next¶
Once your environment is running:
- Read the Process Handbook
- Read the Product Engineering Workflow
- Open the Active Artifacts for the work you are actually doing