Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 385 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 385 Bytes

Fusio electron app

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.

Installation

To start the electron app from this repository you can simply run:

npm install
npm run start

Package

To package the app run:

npm run package