- Go
- Tilt
- Docker
Tools installed by running
task install
if they are not installed
- Helm
- K3d
- Install required tools
task install
- Setup the k3d cluster + local image registry
task bootstrap
- Setup the code + application into the cluster + enable hot reload for testing
task dev
- Clean up all resources from this project
task clean