Skip to content

Commit

Permalink
doc(README): more info about how to start and use nx
Browse files Browse the repository at this point in the history
  • Loading branch information
fgravin committed Jun 21, 2022
1 parent f2d4e90 commit 51fdc98
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,19 @@ There are also many [community plugins](https://nx.dev/nx-community) you could a

## Workspace operations

### Get started

To have more flexibility using Nx tools, you should install Nx CLI.

```shell
npm i -g @nrwl/cli
```

This will make the `Nx` command available on your system.

### Generate an application

Run `ng g @nrwl/angular:app my-app` to generate an application.
Run `nx g @nrwl/angular:app my-app` to generate an application.

> You can use any of the plugins above to generate applications as well.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ You can start it with `npm run storybook`.

You can either try complete applications or showcases of components using the following links:

- [Datahub app](https://geonetwork.github.io/geonetwork-ui/master/apps/datahub/)
- [Storybook of UI components](https://geonetwork.github.io/geonetwork-ui/master/storybook/demo/)
- [Storybook of Web components](https://geonetwork.github.io/geonetwork-ui/master/storybook-wc/)
- [Demo](https://geonetwork.github.io/geonetwork-ui/master/demo/) _(not functional yet, WIP)_
Expand Down

0 comments on commit 51fdc98

Please sign in to comment.