A reworking of the original Spatial Inequality project to accompany latest publications. The Geoserver and data layers elements have been removed, and sensor network generation has been retained. Relies on the spatial inequality API, currently deployed on Azure.
Professor Rachel Franklin, Newcastle University ([email protected])
Eman Zied-Abozied, Newcastle University ([email protected])
Dr Jack Roberts, The Alan Turing Institute ([email protected])
Previous team members:
Caitlin Robinson, Liverpool University
David Herbert, Newcastle University
Dr Kate Court, RSE Team, Newcastle University ([email protected])
Node.js 10.13 is needed at a minimum.
Clone the repo and navigate to it. Run npm install
to install all the required packages.
To run: ng serve
,
Run ng test
to execute the unit tests via Karma.
Run cypress:open
to execute end to end tests using Cypress.
This site is deployed using Github Pages. To update the site, run this command:
ng build --prod --output-path docs --base-href
The docs
folder should be updated. Then push to the main branch.
Any links to production environment, video demos and screenshots.
- Initial Research
- Minimum viable product
- Alpha Release
- Feature-Complete Release
Protected and can only be pushed to via pull requests. Should be considered stable and a representation of production code.
Should be considered fragile, code should compile and run but features may be prone to errors.
A branch per feature being worked on.
https://nvie.com/posts/a-successful-git-branching-model/
See DOI badge at the top of the README