Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 626 Bytes

File metadata and controls

22 lines (15 loc) · 626 Bytes

jQuery Group

This is a jQuery library for visualizing and managing group stages of tournaments. You can input a list of teams and the library will create round-robin matchups for each team.

You can find mode information and demos from the project website at aropupu.fi/group.

Download

Get latest pre-compiled version from dist/.

Compile code

If you wish to edit the code, install npm. When you have npm installed, run npm install in project root to install dependencies.

Run grunt to compile and minify the project sources to dist directory.