Campfire demo didn't start
This demo uses ES module imports. If you opened the file as file://, your browser may block module loading. Run a local web server and open it via http://localhost.
cd .
python -m http.server 8000
# then open:
# http://localhost:8000/index.html