From 1cd68a4c5dd02b78997da6d2c5a2d85d7d686a40 Mon Sep 17 00:00:00 2001 From: Adam Hukalowicz Date: Fri, 14 Nov 2025 17:56:11 +0100 Subject: [PATCH] feat: mention project structure --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0e8111d..a484adc 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,13 @@ The browser can also be used to send requests. To do this, the Gateway IP must b ````bash dev.local ```` + +### Project Structure +``` +backend # Golang Application for the Backend +frontend # Golang Application for the Frontend +gitops-settings # Kargo.io Settings +local-dev # Tilt.dev Configuration +manifests # kustomization for all environments including the local development environment +Tiltfile # Entrypoint for tilt up +```