~muirrum/comortas

Add contributing instructions
Ignore XML files from data directory
Add challenge parser

clone

read-only
https://git.sr.ht/~muirrum/comortas
read/write
git@git.sr.ht:~muirrum/comortas

You can also use your local clone with git send-email.

#Comortas

builds.sr.ht status

Score your FIRST Lego League tournaments

This project isn't even in alpha yet. Do not use in production

#Running

For a development environment:

  1. Make a virtual environment (python -m venv venv && source venv/bin/activate)
  2. Install dependencies (pip install -r requirements.txt)
  3. Set up environment variables (export FLASK_APP=fllscoring && export FLASK_ENV=development)
  4. Create your config.py (cp fllscoring/config.example.py fllscoring/config.py && $EDITOR fllscoring/config.py)
  5. Run (flask run)

#Contributing

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.