Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 589 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 589 Bytes

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