Run the following command to setup a local k3d cluster:
make devYou should see the following output if successful:
╔═══════════════════════════════════════════════════════════════╗
║ 🚀 Development Environment Ready! 🚀 ║
║ ║
║ Run `make dev-port-forward` ║
║ Grafana will be available at http://localhost:3000 ║
║ ║
║ Data will be available in a few minutes. ║
║ ║
╚═══════════════════════════════════════════════════════════════╝To delete the cluster, run the following:
make dev-down