Skip to content

Commit ebfd3ac

Browse files
committed
add note to run locally to README.md
1 parent 27c7506 commit ebfd3ac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ For development this node module can be run using `npm start` and can be pointed
2222
http://localhost:3000/?host=localhost&port=1080&context=
2323
```
2424

25+
To run locally:
26+
```bash
27+
# 1. run node
28+
npm start
29+
# 2. navigate to UI
30+
open http://localhost:3000/?port=1080
31+
```
32+
2533
## Contributing
2634
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
2735

0 commit comments

Comments
 (0)