teamvelocity.github.io
Source code for the Wheel of Jeopardy Game developed by Team Velocity.
- Game Site: https://teamvelocity.github.io/
- Developer Documentation: https://teamvelocity.github.io/docs
- User Guide: https://teamvelocity.github.io/help
Developer Tools
# install documentation
npm install
# test code, view test coverage, and generate docs
npm run test
npm run coverage
npm run docs