README.mdView |
---|
4 | 4 | A work-in-progress remake of [Patchwork](https://github.com/ssbc/patchwork) using [patchcore](https://github.com/ssbc/patchcore) and UX/ideas from [ferment](https://github.com/mmckegg/ferment). |
5 | 5 | |
6 | 6 | The goal is to make a standalone, easy to install, "social" view into the ssb world. |
7 | 7 | |
| 8 | +![](screenshot.jpg) |
| 9 | + |
8 | 10 | ## Install and run |
9 | 11 | |
10 | 12 | ```shell |
11 | 13 | $ git clone https://github.com/mmckegg/patchwork-next |
13 | 15 | $ npm install |
14 | 16 | $ npm start |
15 | 17 | ``` |
16 | 18 | |
17 | | -On linux you'll need some more dependencies for the spell-checker. On debian: |
| 19 | +On linux you'll need some more dependencies for the spell-checker. On debian: |
18 | 20 | |
19 | 21 | ```sh |
20 | 22 | sudo apt-get install libxext-dev libxtst-dev libxkbfile-dev |
21 | 23 | ``` |