Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 358 Bytes

File metadata and controls

15 lines (10 loc) · 358 Bytes

Running the FastHTML site

Install Python dependencies (ideally in a virtualenv):

pip install -r requirements.txt

Then start the FastHTML app:

python3 main.py

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