blob: e5039a3e4c217e2d146cdb4a0c6d4906db9645bd [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
```
## Running
```sh
make start
```
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start