Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 784 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 784 Bytes

QuizBug

QuizBug is a studying tool for Quiz Bowl. It is hosted by Quinterest, a powerful question database and search tool, and reads questions

Downloading

Make sure you have npm and jspm installed.

After cloning the repository, type

npm install
jspm install ```

into a terminal window at the repository. After the packages are loaded, you should be able to run the local server with the command `node .`.

In order to build a release version, type `make build` to create a self-executing js bundle for distribution. You can find all distribution files in the `dist` folder.

The above is by no means complete or thorough, and this repository lacks documentation. Please feel free to modify all of this to be more thorough, satisfy a more robust design paradigm, etc.