Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 541 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 541 Bytes

docloopBackend

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
}