TeamVelocity / teamvelocity.github.io

Source code for the Team Velocity Site
Apache License 2.0
1 stars 0 forks source link

Build Status Coverage Status

teamvelocity.github.io

Source code for the Wheel of Jeopardy Game developed by Team Velocity.

Developer Tools

    # install documentation
    npm install

    # test code, view test coverage, and generate docs
    npm run test
    npm run coverage
    npm run docs