sbot/README.md

62 lines
1.3 KiB
Markdown
Raw Normal View History

2015-08-01 18:57:06 +02:00
# Patchwork
2015-06-24 19:24:53 +02:00
2015-08-01 18:57:06 +02:00
**Patchwork is in active development. <a href="http://ssbc.github.io/">Sign up for our mailing list</a>, 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.
<a href="http://ssbc.github.io/">Learn more</a>
## Running Patchwork
**Dependencies:**
```
# Linux dependencies
apt-get install automake
# OSX dependencies
brew install automake
```
```
npm install
npm start
```
2015-09-17 14:39:05 +02:00
**Start connecting by joining a pub server**
Check out the list of active servers [here](https://github.com/ssbc/scuttlebot/wiki/Pub-Servers)
## 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
```
2015-06-24 19:24:53 +02:00
```
npm install -d
npm run build
npm run pack
```
---
2015-06-24 19:24:53 +02:00
Relevant docs:
- https://github.com/maxogden/electron-packager
- https://github.com/loopline-systems/electron-builder
- https://github.com/atom/electron/tree/master/docs