Cov19-Impfvorhersage / cov19vaccsim

COVID-Vaccination simulations & historical data for Germany
https://cov19-impfvorhersage.github.io/cov19vaccsim/
Apache License 2.0
10 stars 1 forks source link

Impfdashboard & Simulation der Impfkampagne

Dies ist ein kleines Projekt um historische Daten, Simulationen für die Zukunft und Infos zur Impfkampagne gegen Covid-19 in Deutschland in einem Dashboard anzuzeigen.

Das Projekt baut dabei auf dem Dashboard zur Impfsimulation des Data Science Lab des Zentralinstitut für die kassenärztliche Versorgung (Zi) auf.

Infos zu den Datensätzen finden sich unter Dashboard/data.

Installation etc...

To install nodejs and angular-cli needs to be installed on the system.

If this is the case, the Dashboard can be tested with the following commands from the root directory.

cd Dashboard

First launch only:

npm install

ng serve

Build for github-pages

ng build --prod --base-href "/cov19vaccsim/"

The angular.json assumes that doc is the desired output dir.

Notes