The repo to publish tournaments and rankings at https://srvanrell.github.io/tdm-dos-orillas/
It will install all required dependencies to update results and to serve the web locally. Main dependencies are mkdocs-material for the site and ranking-table-tennis for
make install
make update-results
Tournaments and rankings data can be updated to:
- Serve the web locally
- or to update published results (by pushing to master)
To update results of a year different from current:
./update_results_to_publish.sh <YYYY>
make serve