docs: update README.md

feature/logging-setup
Artem-Darius Weber 2 years ago
parent 935ecf3f7b
commit 89f4bac114

@ -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)
<!-- todo: интегрировать SC Omni Services Embeding c списком всех компонентов -->
## Развертывание
@ -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
```
<a style="padding: 10px; background: black; color: white; border-radius: 25px;" href="https://l.djft.ru/r/72/p/itlabplatform1/a/p/a/">
Deploy on SCOS
@ -47,6 +48,7 @@ graph TD;
agw-e2w-->agw;
frontend-e2e-->frontend;
frontend-->agw;
ods-e2e-->ods
```
## Generate code

Loading…
Cancel
Save