{{PROJECT}} · Walkthrough
{{Walkthrough Title}}
{{What you will accomplish. Audience assumption. Skill level.}}
Before you start
- You will need: {{prerequisite 1}}, {{prerequisite 2}}.
- Estimated total time: ~25 minutes including verification.
- This guide is idempotent — safe to re-run any step if something goes wrong.
1
Phase 1 — Prep
What you do, why you do it, what you should see.
$ command --to --run output you should see
If you see some-error, jump to Troubleshooting below.
2
Phase 2 — Build
Body of phase 2.
- Sub-step.
- Sub-step.
- Sub-step.
3
Phase 3 — Deploy
Body of phase 3.
4
Phase 4 — Verify
How to confirm everything is working.
Why this verification matters
A silent failure here means {{X}} which costs you {{Y}}.
Troubleshooting
- Symptom: Error X. Fix: Do Y.
- Symptom: Behaviour Z. Fix: Check W.
✓ You're done
What you now have. Where to go next.