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 dont need to host the javascript app.
To start the electron app from this repository you can simply run:
npm install
npm run start
At the ./preload.js
script you need to configure your Fusio url.
You can also create an executable at the target/
folder with:
npm run dist