Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 601 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 601 Bytes

Bitsy Editor

The Bitsy editor as a desktop application.

Built with electron-boilerplate.

Building

There is no automated build yet, so you'll have to build the application yourself.

  1. Install Node if necessary
  2. Clone or download this repository
  3. cd into the repository
  4. npm install
  5. npm run release

The application will be packaged into the dist directory of the repository.

Note: this has only been verified on macOS, but it should work on Windows and Linux as well.