Setup on Windows
Install Docker Desktop
Download and install Docker Desktop for Windows. It requires Windows 10/11 with WSL 2 (Windows Subsystem for Linux).
Enable WSL 2 if not already done:
powershell
wsl --installThen install Docker Desktop and verify in PowerShell:
powershell
docker --version
docker compose versionInstall Git
Download Git for Windows and install it. This also installs Git Bash, a Unix-like terminal useful for running shell scripts.
Verify in Git Bash or PowerShell:
bash
git --versionClone and run
Open Git Bash and follow the installation guide.