Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 808 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 808 Bytes

drawio-desktop

draw.io desktop app based on Electron

Build Status

Build status

To run this:

  1. npm install (in the root directory of this repo)
  2. npm install (in the draw.io directory of this repo)
  3. export NODE_ENV=development
  4. npm start

To release:

  1. Update the draw.io sub-module and push the change
  2. Wait for the builds to complete (https://travis-ci.org/jgraph/drawio-desktop and https://ci.appveyor.com/project/davidjgraph/drawio-desktop)
  3. Go to https://github.com/jgraph/drawio-desktop/releases, edit the preview release and publish it.