commit | c33fead50e504470cafcd3e43a1d197f9ebfc0f0 | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Wed Oct 15 11:43:13 2014 -0700 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Wed Oct 15 11:43:56 2014 -0700 |
tree | 3690c632e45c795fa7f4980b044e190ac480f701 | |
parent | 6dd03adecdc9d4aee35f8e46e5e24e7816cd8a5b [diff] |
veyron-browser: localStorage to localForage Part 1 The first step is to rename localStorage to store. I intend to switch to the promises version of local forage. I'll need to update both the src code and tests. Change-Id: I89611e878fb8a1918c85a19a4815bcf211c3bbaf
Mountable browser is a browser application that lets the user view and traverse mounttables.
Before you can run Mounttable Browser, you need to build. Simply run:
make
You must have the Veyron Extension installed to run this.
Get it here: https://github.com/veyron/veyron.js/raw/master/extension/veyron.crx
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start