Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 610 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 610 Bytes

ICLEI GEMINOA Demo for Glasgow Science Centre

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.