Skip to content

CovOpen/CovMap

Repository files navigation

All Contributors

Crowdin

CovMap

A webapp to display large-scale epidemiological data and forecasts of the SARS-CoV-2 pandemic.

Development

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)

Test Data

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

Contributing

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.

How to help translate?

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:

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Sebastian Herrlinger

💻

Christian Romberg

💻

Patrick Matheis

💻

Kantemir Imamov

💻

Daniel Bartholomae

💻

Christoph Wersal

💻

Felix Stürmer

💻

Theresa Tobollik

💻

Olaf Nouvortne

💻

Daniel Habenicht

💻

Michael Grupp

💻

Cornelia Furkert

🎨 📓 🧑‍🏫

Éric Louvard

💻

Manuel Blechschmidt

💻

Bastian Klenow

🎨

Shéhérazade Benzerga

💼

Jan-Philipp Kolb

💻

Felix Zimmermann

🎨

Janna Wieneke

💻

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.