ssbc/patchwork-classic-electron

Name: patchwork-classic-electron

Owner: Secure Scuttlebutt Consortium

Description: [Deprecated] Electron wrapper for Patchwork Classic: run as a desktop app outside the browser

Created: 2016-01-17 21:05:10.0

Updated: 2018-05-07 12:14:58.0

Pushed: 2016-12-14 00:23:09.0

Homepage: https://github.com/ssbc/patchwork

Size: 688

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

patchwork-electron

Running from source
 ~
t clone https://github.com/ssbc/patchwork-electron.git
 patchwork-electron
m install
m start

To use the latest patchwork version, do the following:

 ~
t clone https://github.com/ssbc/patchwork.git
 patchwork
m install
m link
 ~/patchwork-electron/app
m link ssb-patchwork
Troubleshooting

If you get an error similar to:

Uncaught Exception: Error: Module version mismatch. Expected 50, got 48.

It means your installed node version is not compatible with the version of Electron patchwork uses. You'll need to rebuild your node module folder using:

m run rebuild
Building
m run release
More info

This repo is based on https://github.com/szwacz/electron-boilerplate. Check that repo to get more information on the structure and scripts.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.