The logs are stored in couchdb.
The single page web app is written in angular and stored as a couchapp in couchdb attachments.
Install elm, run elm make src/Main.elm
and elm reactor
.
The public server has localhost:8000 allowed for CORS requests, so running on port 8000 will make the api available
mkdir ./dist
elm make --optimize --output dist/index.html src/Main.elm
the release is in ./dist