Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 735 Bytes

File metadata and controls

23 lines (16 loc) · 735 Bytes

Groupifier Actions Status

Task and group management tool for WCA competition organizers. It's designed to be highly customizable and work well with complex schedules. Check out the website to find out more.

Development

git clone https://github.com/jonatanklosko/groupifier.git && cd groupifier
npm install
npm start

Testing

Run npm test.

Documentation

Some implementation details are documented under the docs directory. Also the wiki describes some usage related aspects.