How to run (with live reloading on code edits):
Install Node.js, then do the following in a terminal:
git clone https://github.com/logixoul/html_blurworld.git
cd html_blurworld
npm install
npm run dev
... and open http://localhost:8080/ in your browser.
Then, if you want to build for uploading to a server:
npm run build