0.9.7 • Published 4 years ago

docloop-backend v0.9.7

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
4 years ago

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
}