mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 21:37:42 -02:30
Add install step
This commit is contained in:
@@ -7,6 +7,9 @@
|
|||||||
The API development server will need to be running. See [CONTRIBUTING.md](../../CONTRIBUTING.md).
|
The API development server will need to be running. See [CONTRIBUTING.md](../../CONTRIBUTING.md).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
# install
|
||||||
|
npm --prefix=awx/ui_next install
|
||||||
|
|
||||||
# Start the ui development server. While running, the ui will be reachable
|
# 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.
|
# at https://127.0.0.1:3001 and updated automatically when code changes.
|
||||||
npm --prefix=awx/ui_next start
|
npm --prefix=awx/ui_next start
|
||||||
|
|||||||
Reference in New Issue
Block a user