You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
pg 7e0fa6e204 update readme 8 years ago
api move ssb-patchwork-api and ssb-patchwork-ui into this repo 8 years ago
app move ssb-patchwork-api and ssb-patchwork-ui into this repo 8 years ago
assets update icon 8 years ago
scripts add assets and config for packaging 9 years ago
ui fix: feed page now correctly loads-more 8 years ago
.gitignore move ssb-patchwork-api and ssb-patchwork-ui into this repo 8 years ago
.npmignore add dist to npmignore 8 years ago
.nvmrc add .nvmrc for easy `nvm use` 8 years ago
README.md update readme 8 years ago
package.json import initial 8 years ago
packager.json update installer bg and title 9 years ago
screenshot.png update readme 8 years ago

README.md

Patchwork

Build Here

52ceea61a562cc451a699cca0900476ff9ebe0a1  patchwork-linux.tgz   
d4c1bd09f87323021949566d5225272323c785ae  patchwork-mac.tgz   
b6d85618c84675701478fca32bcb6b6c27273d65  patchwork-win.zip   

Patchwork is a decentralized sharing app. It was built for friends of the SSB project, to test basic functions. We use it as a test-bed for features, and for our own daily messaging.

SSB is a research project, Ask on #tetalab for joining our experimental node

That's our informal barrier to entry right now, since we're not prepared for lots of users yet.

Hermies the Hermit Crab

Patchwork embeds Scuttlebot, so if you're running Patchwork, you don't need to run another scuttlebot server.

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.

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: