Skip to content

Instantly share code, notes, and snippets.

@pietgeursen
Created April 7, 2017 10:27
Show Gist options
  • Save pietgeursen/90ae143c3e821c8b6385b44b26c12eb6 to your computer and use it in GitHub Desktop.
Save pietgeursen/90ae143c3e821c8b6385b44b26c12eb6 to your computer and use it in GitHub Desktop.
How to spin up a dev version of patchbay

Make the temp directory and copy the sbot plugins + config

mkdir ~/.test
cp ~/.ssb/config ~/.test/config
cp ~/.ssb/node_modules ~/.test/node_modules

Start the server ssb_appname=test sbot server

In patchbay directory ssb_appname=test npm start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment