# 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 |