移至檔案
Paul Frazee 0f60126e9d move ssb-patchwork-api and ssb-patchwork-ui into this repo 2015-09-22 13:44:28 -05:00
api move ssb-patchwork-api and ssb-patchwork-ui into this repo 2015-09-22 13:44:28 -05:00
app move ssb-patchwork-api and ssb-patchwork-ui into this repo 2015-09-22 13:44:28 -05:00
assets update installer bg and title 2015-06-24 14:34:07 -05:00
scripts add assets and config for packaging 2015-06-24 12:24:53 -05:00
ui move ssb-patchwork-api and ssb-patchwork-ui into this repo 2015-09-22 13:44:28 -05:00
.gitignore move ssb-patchwork-api and ssb-patchwork-ui into this repo 2015-09-22 13:44:28 -05:00
.npmignore add dist to npmignore 2015-08-01 12:06:15 -05:00
.nvmrc add .nvmrc for easy `nvm use` 2015-09-21 20:02:42 +02:00
README.md add link to pub servers 2015-09-17 14:39:05 +02:00
package.json move ssb-patchwork-api and ssb-patchwork-ui into this repo 2015-09-22 13:44:28 -05:00
packager.json update installer bg and title 2015-06-24 14:34:07 -05:00

README.md

Patchwork

Patchwork is in active development. Sign up for our mailing list, and we'll notify you when it's ready to use.

Patchwork is a peer-to-peer network for sharing social feeds and open-source software. It gives you freedom to meet and collaborate online without surrendering ownership of your data.

Patchwork isn't a website: it runs on your computer and syncs over the Internet or WiFi. User-tracking and advertisements are actively prevented, and user applications are fully supported.

Learn more

Running Patchwork

Dependencies:

# Linux dependencies
apt-get install automake

# OSX dependencies
brew install automake
npm install
npm start

Start connecting by joining a pub server

Check out the list of active servers here

Development & App-building :

Dependencies

# Linux dependencies
add-apt-repository ppa:ubuntu-wine/ppa -y
apt-get update
apt-get install nsis wine

# OSX dependencies
brew install makensis wine
npm install -d
npm run build
npm run pack

Relevant docs: