Prerequisites
Before stepping onto the factory floor, make sure you have these tools and concepts in place. Don't worry — we'll explain everything else from scratch.
Required Tools
- A GitHub account (free tier works)
- Basic Git knowledge (clone, commit, push)
- A code editor (VS Code recommended)
- Optional: Node.js or Python installed locally
Helpful Concepts
- What a repository (repo) is
- Branches like
mainand pull requests - Reading simple YAML files (indentation matters!)
- Command-line basics (
npm test, etc.)