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.
- Brandon Cooke brandoncookedev@gmail.com
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:
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