git ssb

0+

Zach! / dat-zine-library



Tree: 1d00890a14bdf0c9171a35b91badb806876cffe6

Files: 1d00890a14bdf0c9171a35b91badb806876cffe6 / index.js

342 bytesRaw
1const choo = require('choo')
2
3const library = require('./building/components/library')
4
5const app = choo()
6
7// Jobs to be done by the javascript volunteers
8app.use(require('./volunteers/branchManager'))
9app.use(require('./volunteers/addNewZines'))
10app.use(require('./volunteers/displayBranchInfo'))
11
12app.mount('body')
13app.route('/', library)
14

Built with git-ssb-web