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.
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.
.gitignore
file.