git ssb

0+

ev / microbay



forked from Dominic / patchbay
Branch:
Ev Bogue committed simplify config.js to just blobsurl for nowLatest: ffc4077 on 9/13/2016, 12:42:38 AM
📄.gitignore
📄.travis.yml
📄LICENSE
📄README.md
📄build.js
📄config.js
📄index.js
📄keys.js
📄keyscroll.js
📄manifest.json
📁modules
📄package.json
📄plugs.js
📄sbot-api.js
📄style.css
📄ui.js
📄util.js
README.md

Microbay

...Is an experimental fork of Patchbay. I continue to be a newb coder, and I think there's a lot to learn from Patchbay. But I often have no idea what is going on when I am looking at the code.

Microbay attempts to fix this situation by removing any unnecessary pieces in order to get clear on what is going on. When I break something, then I have to fix it!

This is a teardown.

Also I want to remove Electron because have a theory that it's garbage bloatware.

Install this shiz

% npm install scuttlebot
% sbot server

In a new terminal you need to install three necessary sbot plugins.

% sbot plugins.install ssb-links
% sbot plugins.install ssb-query
% sbot plugins.install ssb-ws

Restart sbot by going back to your first terminal ctrl-cing and sbot servering again.

Now clone this down and run it

% git clone 
% cd folder
% npm install
% electro index.js # until I can figure out how to get rid of electron

License

MIT

Built with git-ssb-web