veyron-browser: Drawer behaviour for sidebar, Color scheme and some polish

Change-Id: Icd29a5a7cdf7abef6d077a04314f0117c7e5648c
11 files changed
tree: e39437f1c41797df8adc9ef8bafbed917aef405f
  1. public/
  2. src/
  3. test/
  4. .gitignore
  5. .jshintrc
  6. bower.json
  7. css-transform.js
  8. Makefile
  9. package.json
  10. README.md
  11. services.sh
  12. 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