Merge "namespace_browser: Bookmarks and Top Recommendation UI polish."
tree: 98854e954dc76e3bddc4bdcd64f96491162ba4f1
  1. go/
  2. public/
  3. scripts/
  4. src/
  5. test/
  6. .gitignore
  7. .jshintrc
  8. bower.json
  9. css-transform.js
  10. main-transform.js
  11. Makefile
  12. md-transform.js
  13. package.json
  14. README.md
  15. web-component-dependencies.html
README.md

Namespace Browser

Namespace browser is a browser application that lets the user view and traverse mount tables, intermediate nodes, and services. It also lets the user invoke services either to see the results, or to change the state of a server.

Building

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

make

The Extension

You must have the Veyron Extension installed to run this.

Get it here: https://github.com/veyron/release/javascript/core/raw/master/extension/veyron.crx

Running

make start

and navigate to http://localhost:9000

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

If you have any problems after updating the code, try

make clean
make start