Software for directing a speedcubing competition. To get started,
- create a mongoDB database called
cubing, - import the files in the folder
schemainto it. Then, runnpm iandnpm run devfor a development setup, ornpm build && npm run startfor a production setup.
Stuff to note:
info/currentRoutespecifies the route that all projectors will go to,- to setup a projector, just go to
http://<IP address or FQDN of server>:3000/, - there are 3 contest types -
Mfor mean, which takes the arithmetic mean of all scores,Bfor best, which takes into account only the best score, andAfor average, which removes the best and worst result and takes the average of the rest
Useful links:
http://app/- projectorhttp://app/admin/contest- contest administrationhttp://app/admin/registration- tell people at the registration desk to open thishttp://app/admin/judge- to enter scores into the system, for use by the judges