Skip to content

Commit a07dbbd

Browse files
committed
Defining npm commands
1 parent 6e9f397 commit a07dbbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ field should be left blank which is defaulted to the ROOT domain.
9898
## To bring up CloudStack UI
9999
$ cd /path/to/cloudstack/ui
100100

101-
$ npm install
101+
Use $ npm install to install dependencies.
102102

103-
$ npm run build
104-
105-
$ npm start
103+
Use $ npm build to build the project.
104+
105+
Use $ npm start for development mode.
106106

107107
Make sure to set CS_URL=http://localhost:8080/client on .env.local file on ui.
108108

0 commit comments

Comments
 (0)