From 104b730729f87bd825cf30a55528cb58c990aa55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20M=C3=B3r=C3=A1sz?= Date: Fri, 19 Jan 2024 10:06:09 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 012e330..7a3d235 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Kard és Mágia karakter alkotó segédlet (https://app.kemkas.hu) ## Coding readmes +For frontend only see: [Frontend README](./Kemkas.Web/frontend/README.md) + To start development, spin up the docker-compose.yaml file and use the launchSettings.json to start the backend and frontend dev servers. For the first time setup: @@ -17,5 +19,6 @@ For the first time setup: Later start the docker compose first and the project launch settings after the DB is up and running. -[Frontend README](./frontend/README.md) +## Deployment +See deployment repo at: [https://github.com/morbalint/kemkas-deployment](https://github.com/morbalint/kemkas-deployment)