$ docker-compose -f docker-compose-dev.yml up
$ DEV=1 node bin/replay-events.js
$ DEV=1 node bin/server.js
To view a doc page, you have to know the repo name (as in `fixtures/events/*/payload.js). e.g. [numbers.js] (http://localhost:8080/lipp/numbers.js)
$ docker-compose -f docker-compose-test.yml up
$ TEST=1 npm test
Adding users/repos does not work with the local server :( This is due to GitHub WebHook configuration and GitHub OAuth wich require fix urls.