Guide
  • Updating scores (easy)
    vim _data/schedule.csv
    # 
    # can do this online super easily as well
    
  • Updating the homepage (medium)
    # TODO
    
  • Updating the schedule (medium)
    # TODO
    
  • Updating rosters (hard)
    cd assets/docs
    cp ~/Downloads/*.csv teams.csv
    python3 teams.py teams.csv
    python3 teams.py teams.csv -r # rating page
    # manually diff the generated files with the current roster to do final corrections
    
  • Updating the rules (medium)
    # TODO
    
  • Updating the schedule (medium)
    # TODO