booting...
if this text doesn't disappear in a moment, you likely opened
index.html via file:// — modern browsers block ES modules there.
run a local server from the project folder, then refresh:
python3 -m http.server 8000
→ http://localhost:8000
or any other static server (npx serve, caddy, etc).