Install uv:
$ curl -Ls https://astral.sh/uv/install.sh | shInstall project dependencies:
$ uv syncThis project uses MyST-Parser so you can write documentation in Markdown.
$ git clone --recurse-submodules [email protected]:yuokada/yuokada.github.com.git gh-pages
# Install watchdog
$ uv sync --extra dev
# Monitor *.rst and *.md files and update html files
$ uv run watchmedo shell-command --patterns="*.rst;*.md" --recursive --wait --command="make html"