Skip to content

Air quality game, developed for Glasgow Science Centre exhibit

Notifications You must be signed in to change notification settings

strath-ai/airgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.