diff options
author | elijah <elijah@riseup.net> | 2017-02-24 20:30:55 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2017-02-24 20:35:48 -0800 |
commit | 904e99c658e647a1c9acbb80a1f54c593a57bf61 (patch) | |
tree | 564941e887b67de442e365d9c089aa0872e75169 /ui/README.md | |
parent | 76f2ec8b97d15e45e1fe97dff2317d60d10c5dc1 (diff) |
[feature] Update bitmask.js to use authtoken
Diffstat (limited to 'ui/README.md')
-rw-r--r-- | ui/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/README.md b/ui/README.md index 5e4f288d..08181615 100644 --- a/ui/README.md +++ b/ui/README.md @@ -30,7 +30,7 @@ python package and installed in the virtualenv: make dev-install # builds and installs JS app as python package pkill bitmaskd # make sure bitmaskd is not already running bitmaskd # launch backend - npm run open # opens http://localhost:7070/ in a browser + npm run ui # opens http://localhost:7070/#authtoken in a browser npm run watch # rebuild JS whenever source file is changed. In order to package for distribution: |