Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 713 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 713 Bytes

StreamControlPlusPlus

StreamControl++ is a more enhanced, extensible, and accesible version of the popular StreamControl software used by many live stream producers. SC++ is written in Nodejs and Typescript, leveraging Electron to create a native app regardless of your Operating System.

Authors

Development

Gulpjs Intro

Gulpjs is a task running that simplifies life for node devs heavily. This project is attuned to running tasks in gulp for convenience. To start, run the following:

Quickstart

To begin development, first install Gulp and Gulp-CLI

npm i -g gulp gulp-cli

then run one of the following:

gulp run

or

npm start