Skip to content

Commit

Permalink
Add required "npm install" step to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ammendonca committed Mar 31, 2016
1 parent e935d05 commit a62808a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ Please refer to http://www.hawkular.org/docs/dev/ui-dev.html[Hawkular UI Develop
You need to have installed https://docs.npmjs.com/getting-started/installing-node[Node.js >= 4.2.1 and npm >= 3] on
your system.

Install these node packages
Install these node packages globally in the system
[source]
npm install -g tsd bower webpack wiredep-cli

Install local node dependencies
[source]
npm install

To run:
[source]
npm start
Expand Down

0 comments on commit a62808a

Please sign in to comment.