- docker and compose
- enable Kubernetes in the Docker Desktop settings
- to install Taskfile:
winget install Task.Task
should 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
bin
folder in your home folder and put the Tilt binary there - you may then need to add
C:\Users\YOUR_USER_NAME\bin
to 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 setup
as per main instructions - add the following lines to your
C:\Windows\system32\drivers\etc\hosts
file:
127.0.0.1 resumable.localhost
127.0.0.1 hg.localhost
127.0.0.1 admin.localhost