Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
/ SkyLive-GUI Public archive

Graphical wrapper for SkyLive, a non-custodial (serverless) streaming solution built on top of the decentralized Sia Skynet

Notifications You must be signed in to change notification settings

DaWe35/SkyLive-GUI

Folders and files

NameName
Last commit message
Last commit date
Jul 3, 2020
Jul 2, 2020
Jul 2, 2020
Jun 24, 2020
Jul 4, 2020
Jun 26, 2020
Jun 23, 2020
Jul 2, 2020
Jul 1, 2020
Jun 23, 2020
Jan 14, 2022
Oct 12, 2021
Jan 14, 2022

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