A small static website in Angular to tinker with air pollution data in the SaveOurAir project
# This will install the deps & build the code for production
npm install
# To rebuild the code manually
npm run build
# Just watch the files & retranspile (e.g. when serving app with Apache)
npm run watch
# Watch the files & serve the application on localhost:3000
npm run dev
The website is in the app folder. Browse it and use it.