From 7f69b3b95b89387749382845eddcbc642f9180a9 Mon Sep 17 00:00:00 2001 From: Artem-Darius Atlas Date: Tue, 27 Jun 2023 00:03:14 +0300 Subject: [PATCH] docs: added link to SCOS deploy last version --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b3945d1..9c639e2 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ To start the development server run `nx serve frontend`. Open your browser and navigate to http://localhost:4200/. Happy coding! +Run all services: +``` +nx run-many --parallel --target=serve --projects=agw,frontend +``` + +Deploy on SCOS + + ## Структура репозитория Репозиторий содержит следующие основные каталоги и файлы: