dbkynd / controlcast

A Launchpad Controller desktop application for streamers
MIT License
95 stars 39 forks source link

How to complile and run the code? #37

Closed Djdcann closed 6 years ago

Djdcann commented 6 years ago

Hi,

looking to make some modifications to this app, but I'm not sure where to start. It looks like it was done with Node.js which i'm unfamiliar with. If there's enough files in this repo to compile and run, would you mind putting some instructions in the README on how to do so?

Hoping you see this @dbkynd I'll probably just be taking a really bad crack at it myself if no response

dbkynd commented 6 years ago

Yes, with Node.js installed (and therefore NPM) open a console in the root directory of the application folder and run npm start This will run the app locally. Grunt is used for building for release.

Djdcann commented 6 years ago

thank you!!!

Djdcann commented 6 years ago

Wasn't able to get the app running do to the modules being outdated?? npm install told me I needed .NET 2.0 SDK