Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 407 Bytes

File metadata and controls

17 lines (12 loc) · 407 Bytes

Playground

Repository for the electron playground app.

Development

yarn install
yarn start

Production build

yarn release

This will create a build-electron folder where you will have the compiled electron app. (The assets will automatically be uploaded to Github if the GH_TOKEN env variable is set. See here for more.)