Skip to content

A modern desktop streaming overlay for SpinShare SpeenOpen

License

Notifications You must be signed in to change notification settings

SpinShare/sssopanel-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSSOPanel Next

A modern desktop streaming overlay for SpinShare SpeenOpen

Overview

Setup

Installing all dependencies

cd UserInterface && npm install

Running a dev server

cd UserInterface && npm run dev

Starting the client

dotnet run

Building

Building the UI

cd UserInterface && npm run build

Building the application

dotnet build --configuration Release