Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 428 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (24 loc) · 428 Bytes

Prerequisites:

  • Go
  • Tilt
  • Docker

Tools installed by running task install if they are not installed

  • Helm
  • K3d

Command

  1. Install required tools
task install
  1. Setup the k3d cluster + local image registry
task bootstrap
  1. Setup the code + application into the cluster + enable hot reload for testing
task dev
  1. Clean up all resources from this project
task clean