A webapp to display large-scale epidemiological data and forecasts of the SARS-CoV-2 pandemic.
We use Docker currently only to develop on different operating systems.
It is not necessarily needed, on unix like systems you can use yarn scripts directly, like yarn dev
.
cd ./CovMap
# If you don't want to setup yarn locally:
docker-compose up
# If you want to develop on your system:
yarn install
yarn dev
Then go to https://localhost:8080
in your browser (if you are using docker you have to allow self-signed certificates in order to work)
To generate test data for GeoJSONs you want to map your data on (like in /data), use the script at dev/generate-random-data-for-geojson.js
.
node dev/generate-random-data-for-geojson --help
We use a shared master
branch, with short lived feature branches. Create a branch, add your changes locally, use git add X && git commit
, then create a Pull Request.
If you want to translate the CovMap into a different language you can help us without knowing anything about programming, just click here.
Please note that there is only one single source for the tranlsations - the german files in this repository, if you want to change them, edit the files below:
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome! Add them by referring to the @all-contributers Bot or using the cli (
yarn all-contributers add <username> <emojikey>
).
Copyright 2020 http://covmap.de Licensed under the Apache License. Find the license here.