This is the Angular web client of the Air Quality Radar, which is responsible for serving data from the back-end to the user in a useful and intuitive way. For more information about the Air Quality Radar project, see the about page.
Firstly, make sure required packages are installed by running npm install.
To run a development server, run npm start. To run unit tests, use npm test. To build the production build, use npm run build.prod.
To work on a new feature, checkout the master branch and run git checkout -b FEATURE_NAME.
Once you've finished the changes you wanted to make, push your changes to the server (git push) and open a pull request.