/qbtrainer

Connect to SuperBall to use as QuarterBack Trainer to measure speed, rotation, hangtime etc., thru your browser or remotely using BlueApp.io

Primary LanguageJavaScript

Quarter Back Trainer

To modify the code fork this project and clone it to your system.

Install the libraries needed for the project.

npm install
bower install

To debug and test the project you can run the following,

gulp serve

To create minified files to deploy, use the following command. This will create the files in www folder.

gulp build

To deploy the files to Github pages and view them thru the browser like this project is setup, use the following command

npm run all

Click here to learn more about Github Pages