You can open a terminal by pressing Win + R, typing cmd or powershell, and pressing Enter. If you installed Git Bash, use that instead for a more Unix-like experience.
Open Terminal from Applications → Utilities, or press Cmd + Space and type “Terminal”.
Open your preferred terminal emulator, or press Ctrl + Alt + T on most desktop environments.
The docker-compose.yml file at the repo root is all you need for the Docker path. No extra setup is required at this stage.
The source code lives in the src/ directory. You’ll install dependencies in the next step.
Cloning downloads a full copy of the Mission Control repository to your machine. The cd mission-control command moves your terminal into that folder so subsequent commands run in the right place.