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.serverFor consistent formatting use Prettier.
To install Prettier:
npm install --save-dev --save-exact prettierBefore commit run:
npx prettier . --writeThe following command can be used to check if the files are appropriately formatted.
npx prettier . --checkIt would be easier to install a pre-commit hook.