Merge "Adding the npm commands to the docs"

This commit is contained in:
Zuul 2020-05-01 20:16:46 +00:00 committed by Gerrit Code Review
commit db4fd15013
2 changed files with 9 additions and 0 deletions

@ -12,6 +12,10 @@ Let's clone the Airship UI repository and build
git clone https://opendev.org/airship/airshipui
cd airshipui
make
cd web
npm install
npm install --save-dev electron
npm install electron-json-config
Now that Airship is built and we have a binary we can run it

@ -6,6 +6,7 @@ Airship UI is an [electron](https://www.electronjs.org/) that is designed to all
- A working [kubernetes](https://kubernetes.io/) or [airship](https://wiki.openstack.org/wiki/Airship) installation
- [Go 1.13+](https://golang.org/dl/)
- [npm](https://www.npmjs.com/)
## Getting Started
@ -13,6 +14,10 @@ Airship UI is an [electron](https://www.electronjs.org/) that is designed to all
git clone https://opendev.org/airship/airshipui
cd airshipui
make build
cd web
npm install
npm install --save-dev electron
npm install electron-json-config
```
## Adding Additional Functionality