The Bitsy editor as a desktop application.
Built with electron-boilerplate.
There is no automated build yet, so you'll have to build the application yourself.
- Install Node if necessary
- Clone or download this repository
cd
into the repositorynpm install
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.