Skip to content

stam/corona-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corona-measures

Interactive map to show corona in europe

Getting started

Update data

cd etl
python3 -m venv venv
pip install -r requirements.txt
python main --sync

Run frontend

cd ../frontend
yarn
yarn start