Skip to content

Electron wrapper for Patchwork: run as a desktop app outside the browser

Notifications You must be signed in to change notification settings

public-office/patchwork-electron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

patchwork-electron

Running from source

cd ~
git clone https://github.com/ssbc/patchwork-electron.git
cd patchwork-electron
npm install
npm start

To use the latest patchwork version, do the following:

cd ~
git clone https://github.com/ssbc/patchwork.git
cd patchwork
npm install
npm link
cd ~/patchwork-electron/app
npm link ssb-patchwork

Building

npm 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.

About

Electron wrapper for Patchwork: run as a desktop app outside the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.9%
  • NSIS 24.1%