The Waste Water Heat Radar (WWHR) frontend application shows potentials that are based on waste water heat in the Berlin sewer system. These potentials are visualized on a map and can be matched with estimated consumptions for houses or areas in the respective region of Berlin. This published version of the App does offer no display of real-time-data.
- Clone repo
- Install dependencies
npm install
- Run the application
npm run serve
- Build image
docker build . -t wwhr_frontend
- Run image
docker run -d -p 8080:8080 wwhr_frontend
Deployment should be done using Docker containers.
Changes to the develop
branch are deployed automatically to server X.
View the .gitlab-ci.yml
file for details.