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
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