Loading CV…
⚠️ Could not load cv.yaml

Browsers block local file requests for security reasons, so index.html must be served over HTTP — not opened directly as a file.

Option 1 — VS Code (recommended):
Install the Live Server extension, then right-click index.htmlOpen with Live Server.

Option 2 — Python (one command):
Open a terminal inside this folder and run:
python -m http.server 8000
Then visit http://localhost:8000 in your browser.

Option 3 — GitHub Pages / any web host:
Upload the whole folder and visit the URL — works perfectly online.