Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

racecar website

The raw files in this directory are not intended for viewing. View the website at https://macformula.github.io/racecar.

Edit the documentation

Instructions are available at https://macformula.github.io/racecar/tutorials/site-dev.

Local viewing

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.txt

Then, you can view the docs at any time with:

$ uv run mkdocs serve
Serving on http://127.0.0.1:8000

Enter that address in your browser to view the docs.