Skip to content

davidguttman/patchwork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patchwork

screenshot

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.

Because SSB is a research project, you'll need to contact an SSB team member (in #scuttlebutt on Freenode) to get onto the network! 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.

Install

Install node v4.2 (you might like to use nvm).

npm install ssb-patchwork -g

Run

patchwork

If it's your first time running patchwork, follow the on screen instructions to start a new identity and join a pub server.

Development & App-building :

to build for windows:

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

About

safe secure sharing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 74.8%
  • CSS 24.5%
  • Other 0.7%