You opened it directly from disk (file://), so the browser blocks the JavaScript modules it relies on. From the project folder, run:
file://
python3 -m http.server 8000
then open http://localhost:8000.