Skip to content

Commit 01407eb

Browse files
committedApr 21, 2023
docs: update readme
1 parent f716f27 commit 01407eb

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed
 

‎README.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1-
# Angular Community UA
1+
# Проєкт для українськомовної Angular спільноти в Telegram
22

3-
<a alt="Nx logo" href="https://nx.dev" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" width="45"></a>
3+
https://t.me/angular_community_ua
44

5-
**This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)**
5+
## Встановлення залежностей
66

7-
## Understand this workspace
7+
```bash
8+
$ npm install
9+
```
810

9-
Run `nx graph` to see a diagram of the dependencies of the projects.
11+
## Запуск проєктів
1012

11-
## Remote caching
13+
**Рекомендація: встановити розширення "Nx Console" для VSCode і запускати проєкти через нього.**
1214

13-
Run `npx nx connect-to-nx-cloud` to enable [remote caching](https://nx.app) and make CI faster.
15+
Альтернатива командами:
1416

15-
## Further help
17+
```bash
18+
# host
19+
$ npx nx serve host
1620

17-
Visit the [Nx Documentation](https://nx.dev) to learn more.
21+
# code-review mfe
22+
$ npx nx serve code-review
23+
```

0 commit comments

Comments
 (0)
Please sign in to comment.