Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

DaWe35/SkyLive-GUI

Repository files navigation

Build/release

SkyLive-GUI

Graphical user interface for https://github.com/DaWe35/SkyLive

Run

First clone the repository. Then run:

cd SkyLive-GUI
npm install

To start the dev-server:

npm start

To start the app:

npm run start-electron

Please note that app runs in development mode.

For production usage, download the latest release or build it yourself.

Build

Building for your OS:

npm run build 
npm run package

Building for all OS:

npm run build
npm run package-all

Ci info: https://github.com/samuelmeuli/action-electron-builder#readme