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