diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ceb935fd21..e39d4ed0e8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/README.md b/README.md index e640783c5b..94de1b9182 100644 --- a/README.md +++ b/README.md @@ -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)_