This repository contains an interactive map that allows to explore data related to COVID-19. Selecting a country for the map displays data related to COVID-19 for the specific country, including a forecasting model if available.
The dataset used for this interactive map is the Open COVID-19 Dataset, which contains total confirmed positive cases and total fatal cases for all reporting countries as well as subregions of USA, China and Spain.
The website is automatically built upon a Git push. To build it manually, run:
# Install dependencies
npm install
# Build web components
npm run-script build
# Start web server in port 8080
npm run-script start