veyron-browser: Adding missing dev-dependency on bower to package.json
Also removing rpsbot to be run since it fails to run without judges running
Plan is to create a veyron service that published several fake service
emulating a veyron network for Veyron-Browser testing instead of relying
on our own examples like rps, sampled, etc..

also adding the required --identd to wspr

Change-Id: I18342f964033bc4269647e09125b4c54bbe3c5f0
2 files changed
tree: f92cc10a3b8efc683a9038c26f63967e87a82edd
  1. public/
  2. scripts/
  3. src/
  4. test/
  5. .gitignore
  6. .jshintrc
  7. bower.json
  8. css-transform.js
  9. Makefile
  10. package.json
  11. README.md
  12. services.sh
  13. web-component-dependencies.html
README.md

Mounttable Browser

Mountable browser is a browser application that lets the user view and traverse mounttables.

Building

Before you can run Mounttable Browser, you need to build. Simply run:

make

Running

make start

and navigate to http://localhost:9000

to stop simply CTRL-C the console running the make start