You can view the current live version of this at geminoa.strath.ai/airgame.
Start the demo on any webserver or simply:
python3 -m http.server
For consistent formatting use Prettier.
To install Prettier:
npm install --save-dev --save-exact prettier
Before commit run:
npx prettier . --write
The following command can be used to check if the files are appropriately formatted.
npx prettier . --check
It would be easier to install a pre-commit hook.