This is the backend for the example docloop app.
To make this run, you have to create a config.js in the directory you cloned into.
module.exports = {
core: {}, //config for DocloopCore
github: {}, //config for GithubAdapter
paperhive: {}, //config for PaperhiveAdapter
}