diff --git a/README.md b/README.md index b9be89c..a65daa3 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,38 @@ -# Platform +
+ +

IT Lab Platform

+
- -✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨ +
+ + + Этот репозиторий содержит исходный код приложения "IT Lab Application", разработанного для Кубанского государственного университета и Лаборатории коммерческой разработки ПО IT Lab. + +
-## Start the app + +## Описание +Проект представляет собой приложение, созданное с использованием NX и JavaScript. Он разработан с целью удовлетворения потребностей Кубанского государственного университета и Лаборатории коммерческой разработки ПО IT Lab. + + +## Сервисы +- [frontend (ReactJS)](https://github.com/IT-Lab-KubSU/platform/tree/main/apps/frontend) + + +## Развертывание To start the development server run `nx serve frontend`. Open your browser and navigate to http://localhost:4200/. Happy coding! +## Структура репозитория +Репозиторий содержит следующие основные каталоги и файлы: +- `apps` - приложения +- `libs` - библиотеки +- `tools` - Nx workspaces tools +- `docs` - документация + ## Generate code If you happen to use Nx plugins, you can leverage code generators that might come with it. @@ -47,17 +70,3 @@ Have a look at the [Nx Console extensions](https://nx.dev/nx-console). It provid ## Ready to deploy? Just run `nx build demoapp` to build the application. The build artifacts will be stored in the `dist/` directory, ready to be deployed. - -## Set up CI! - -Nx comes with local caching already built-in (check your `nx.json`). On CI you might want to go a step further. - -- [Set up remote caching](https://nx.dev/core-features/share-your-cache) -- [Set up task distribution across multiple machines](https://nx.dev/core-features/distribute-task-execution) -- [Learn more how to setup CI](https://nx.dev/recipes/ci) - -## Connect with us! - -- [Join the community](https://nx.dev/community) -- [Subscribe to the Nx Youtube Channel](https://www.youtube.com/@nxdevtools) -- [Follow us on Twitter](https://twitter.com/nxdevtools)