This is a simple electron app around the Fusio backend app. You can use this app to connect to a Fusio system from your local computer so you don't need to host the javascript app.
To start the electron app from this repository you can simply run:
npm install
npm run start
To package the app run:
npm run package