The logs are stored in couchdb.
The single page web app is written in angular and stored as a couchapp in couchdb attachments.
Install angular cli, then clone this repo, run yarn
and ng serve --open --port 8000
.
The public server has localhost:8000 allowed for CORS requests, so running on port 8000 will make the api available
ng build --prod
the release is in ./dist/irclog-ng