From zero to a fully equipped development machine
Before you can contribute to a project, fix a bug, or even read source code properly, you need a working environment. This chapter gets your machine ready — from scratch, on whatever OS you're running.
By the end of this exercise, you'll have a terminal, a package manager, Git, the GitHub CLI, and an AI coding assistant — all ready to go.
AI coding agents live in the terminal. You can't pair-program with an agent if you don't have a place for it to work. Think of this as setting up your workshop before you start building.
— from the exercise
What you'll build
Key concepts
What's covered
What just happened
You now have a complete development environment. Every tool the AI agent needs to work with you is installed, configured, and verified. This is your workshop — and it's ready for the first real project.