From 89f4bac114b8120f0e77a64a23fc1ca6f2facdbf Mon Sep 17 00:00:00 2001 From: Artem-Darius Atlas Date: Wed, 28 Jun 2023 12:24:27 +0300 Subject: [PATCH] docs: update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c16a4d2..1f3eaee 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ ## Сервисы - [frontend (ReactJS)](https://github.com/IT-Lab-KubSU/platform/tree/main/apps/frontend) - [AGW](https://github.com/IT-Lab-KubSU/platform/tree/main/apps/agw) +- [ODS](https://github.com/IT-Lab-KubSU/platform/tree/main/apps/ods) ## Развертывание @@ -28,7 +29,7 @@ To start the development server run `nx serve frontend`. Open your browser and n Run all services: ``` -nx run-many --parallel --target=serve --projects=agw,frontend +nx run-many --parallel --target=serve --projects=agw,ods,frontend ``` Deploy on SCOS @@ -47,6 +48,7 @@ graph TD; agw-e2w-->agw; frontend-e2e-->frontend; frontend-->agw; + ods-e2e-->ods ``` ## Generate code