The raw files in this directory are not intended for viewing. View the website at https://macformula.github.io/racecar.
Instructions are available at https://macformula.github.io/racecar/tutorials/site-dev.
In case the internet or website is down, you can still view the documentation locally.
With internet access, install the dependencies:
pip install uv
uv pip install -r requirements.txtThen, you can view the docs at any time with:
$ uv run mkdocs serve
Serving on http://127.0.0.1:8000Enter that address in your browser to view the docs.