Guide
  • Updating scores (easy)
    vim _data/schedule.csv
    # 
    # can do this online super easily as well
    
  • Updating pages (medium)
    bundle exec jekyll serve
    # TODO
    
  • Updating the schedule (medium)
    # TODO
    
  • Updating rosters (hard)
    cd assets/docs
    cp ~/Downloads/*Form\ Responses*.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
    
  • Updating the stylesheet (medium)
    sass -w assets/css/styles.sass:assets/css/styles.css