From 8729d8f3da8d9ed14e91dabbd1de5d6e9ceebd0f Mon Sep 17 00:00:00 2001 From: Vadim Stepanov Date: Wed, 13 Sep 2023 11:49:18 +0100 Subject: [PATCH] formatting fixes (#3019) --- dev/README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/dev/README.md b/dev/README.md index 64bea92f..30c317e3 100644 --- a/dev/README.md +++ b/dev/README.md @@ -1,6 +1,6 @@ # Developer quickstart -- [Developing using kubernetes (beta)](#developing-using-kubernetes-beta) +- [Developing using kubernetes and tilt (beta)](#developing-using-kubernetes-and-tilt-beta) - [Running the project with docker-compose](#running-the-project-with-docker-compose) - [`COMPOSE_PROFILES`](#compose_profiles) - [`GRAFANA_IMAGE`](#grafana_image) @@ -45,25 +45,25 @@ This project uses: 1. Create local k8s cluster: -```bash -make cluster/up -``` + ```bash + make cluster/up + ``` 2. Deploy the project: -```bash -tilt up -``` + ```bash + tilt up + ``` -3. Wait until all resources are green and open http://localhost:3000/a/grafana-oncall-app +3. Wait until all resources are green and open 4. Modify source code, backend and frontend will be hot reloaded 5. Clean up the project by deleting the local k8s cluster: -```bash -make cluster/down -``` + ```bash + make cluster/down + ``` ## Running the project with docker-compose