https://github.com/srvanrell/tdm-dos-orillas
Source code of tdm-dos-orillas web
https://github.com/srvanrell/tdm-dos-orillas
Last synced: 5 months ago
JSON representation
Source code of tdm-dos-orillas web
- Host: GitHub
- URL: https://github.com/srvanrell/tdm-dos-orillas
- Owner: srvanrell
- Created: 2022-04-10T21:31:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-12-22T05:26:11.000Z (6 months ago)
- Last Synced: 2025-12-23T00:40:49.899Z (6 months ago)
- Language: HTML
- Homepage: https://srvanrell.github.io/tdm-dos-orillas/
- Size: 9.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tenis De Mesa - Dos Orillas - Web
The repo to publish tournaments and rankings at https://srvanrell.github.io/tdm-dos-orillas/
## Installation
It will install all required dependencies to update results and to serve the web locally.
Main dependencies are [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) for the site
and [ranking-table-tennis](https://github.com/srvanrell/ranking-table-tennis) for
```bash
make install
```
## Update tournaments and rankings data
```bash
make update-results
```
Tournaments and rankings data can be updated to:
1. Serve the web locally
2. or to update published results (by pushing to master)
To update results of a year different from current:
```bash
./update_results_to_publish.sh
```
## Serve the web locally
```bash
make serve
```
## Note on uv
Dependency and execution are expected to use `uv`.
Shell script is expected to be executed in a GNU environment.