Reference Source

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