Install Python dependencies (ideally in a virtualenv):
pip install -r requirements.txtThen start the FastHTML app:
python3 main.pyThe FastHTML version of the site mirrors the Astro homepage at /, including the interactive guide, implemented as a server-rendered view instead of a React component.