Skip to content

Commit 38f098c

Browse files
committed
Defining & spacing npm commands
1 parent e99bbe3 commit 38f098c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

INSTALL.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,17 @@ 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-
Use $ npm install to install dependencies.
101+
To install dependencies.
102102

103-
Use $ npm build to build the project.
103+
$ npm install
104104

105-
Use $ npm start for development mode.
105+
To build the project.
106+
107+
$ npm build
108+
109+
For Development Mode.
110+
111+
$ npm start
106112

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

0 commit comments

Comments
 (0)