Skip to content

Commit

Permalink
all npm
Browse files Browse the repository at this point in the history
no global bower / grunt needed
  • Loading branch information
forresto committed Jul 27, 2016
1 parent 1372579 commit 8437435
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ The project is the graph editing tool in [NoFlo UI](https://github.com/noflo/nof

## Installation

Get dependencies using [Bower](http://bower.io/) and Browserify (via npm and grunt):
Get dependencies and build:

bower install
npm install
grunt build
npm run build

## Running

You need a local web server. Place these files into somewhere where they can be served, and access the `the-graph-editor/index.html` file with your browser.
npm start

And open http://localhost:3000/the-graph-editor/index.html

## License

Expand Down

0 comments on commit 8437435

Please sign in to comment.