1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 22:21:13 +03:00

Add install step

This commit is contained in:
Jake McDermott 2020-06-30 10:10:52 -04:00
parent 86c1f4d772
commit b4198204a7
No known key found for this signature in database
GPG Key ID: 0E56ED990CDFCB4F

View File

@ -7,6 +7,9 @@
The API development server will need to be running. See [CONTRIBUTING.md](../../CONTRIBUTING.md).
```shell
# install
npm --prefix=awx/ui_next install
# Start the ui development server. While running, the ui will be reachable
# at https://127.0.0.1:3001 and updated automatically when code changes.
npm --prefix=awx/ui_next start