A web UI to edit scores from SRComp score files.
For using the scorer at an event:
script/install.sh
The install script prints instructions regarding the setup of the corresponding compstate as well as how to run the resulting instance. Currently this is aimed at install on a user's own machine rather than being hosted externally.
Install:
pip install -e .
Run:
python -m sr.comp.scorer
(see the --help
) for details.
Developers may wish to use the SRComp Dev repo to setup a dev instance.