Merge "Adding the npm commands to the docs"
This commit is contained in:
commit
db4fd15013
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user