git ssb

0+

dangerousbeans / patchbay-bootstrap



Commit 1a60204e14b9b51f21c75f532fd6cc7499fa93bf

Merge branch 'master' of https://github.com/magician11/patchbay

Dominic Tarr committed on 8/22/2016, 10:17:05 PM
Parent: 66dac60c355d6002362afd833034c36062a8ce7c
Parent: 9fd78eb1a1763d70ae3cda6f41c4b82c5a2a29b3

Files changed

README.mdchanged
package.jsonchanged
README.mdView
@@ -65,14 +65,15 @@
6565 sbot plugins.install ssb-query
6666 sbot plugins.install ssb-ws
6767 # restart sbot server (go back to previous tab and kill it)
6868 ```
69-now clone and run patchboard.
69+now clone and run patchbay.
7070 ```
7171 git clone https://github.com/dominictarr/patchbay.git
7272 cd patchbay
7373 npm install
7474 npm install electro electron-prebuilt -g
75+npm run build
7576 electro index.js
7677 ```
7778
7879 ## modules
@@ -85,5 +86,4 @@
8586
8687 ## License
8788
8889 MIT
89-
package.jsonView
@@ -10,8 +10,9 @@
1010 "dependencies": {
1111 "cont": "^1.0.3",
1212 "dataurl-": "^0.1.0",
1313 "depject": "^1.0.1",
14+ "hjson": "^2.0.3",
1415 "human-time": "0.0.1",
1516 "hypercrop": "^1.0.1",
1617 "hyperfile": "^1.1.0",
1718 "hyperlightbox": "^0.1.3",

Built with git-ssb-web