Add contributing instructions
Ignore XML files from data directory
Add challenge parser
Score your FIRST Lego League tournaments
This project isn't even in alpha yet. Do not use in production
For a development environment:
python -m venv venv && source venv/bin/activate
)pip install -r requirements.txt
)export FLASK_APP=fllscoring && export FLASK_ENV=development
)cp fllscoring/config.example.py fllscoring/config.py && $EDITOR fllscoring/config.py
)flask run
)Send emails to ~muirrum/comortas-devel@lists.sr.ht . You must use git-send-email. Improperly formatted patches will not be accepted.
Take a look at the issue tracker to see what needs to be done.