Go to file
Paul Frazee 9a75883846 improve mesh connectivity reporting 2015-09-29 10:58:23 -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 icon 2015-09-29 10:40:26 -05:00
scripts add assets and config for packaging 2015-06-24 12:24:53 -05:00
ui improve mesh connectivity reporting 2015-09-29 10:58:23 -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 make hermies pic a link to sbot repo 2015-09-27 09:51:21 -05:00
package.json rename package to patchwork 2015-09-29 10:40:40 -05:00
packager.json update installer bg and title 2015-06-24 14:34:07 -05:00
screenshot.png update readme 2015-09-25 15:53:22 -05:00

README.md

Patchwork

screenshot

Patchwork is a peer-to-peer application for sharing social feeds.

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

Hermies the Hermit Crab

Built with Secure Scuttlebutt

Running Patchwork

Current install steps are:

# ubuntu
apt-get install automake libtool
# osx
brew install automake libtool

Also, you'll need to use iojs@2. The easiest way to get this is nvm.

nvm install iojs-v2.5.0

Then, install the software:

git clone https://github.com/ssbc/patchwork.git
cd patchwork
npm install
npm start

And then join 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: