- docker and compose
- enable Kubernetes in the Docker Desktop settings
- to install Taskfile:
winget install Task.Taskshould do it- Or via npm:
npm install -g @go-task/cli
- to install Tilt and add it to your path:
- the Tilt installer will create a
binfolder in your home folder and put the Tilt binary there - you may then need to add
C:\Users\YOUR_USER_NAME\binto your PATH
- the Tilt installer will create a
- open PowerShell and run
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned- this is necessary before running
task setup, which uses a PowerShell script to download seed data
- this is necessary before running
- run
task setupas per main instructions - add the following lines to your
C:\Windows\system32\drivers\etc\hostsfile:
127.0.0.1 resumable.localhost
127.0.0.1 hg.localhost
127.0.0.1 admin.localhost