An open API service indexing awesome lists of open source software.

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

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.