blob: d63ee37c01925bc36e6585079bba1e656cbce523 [file] [log] [blame] [view]
# 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:
```sh
make
```
## The Extension
You must have the Veyron Extension installed to run this.
Get it here:
https://github.com/veyron/veyron.js/raw/master/extension/veyron.crx
## Running
```sh
make start
```
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start