Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 234 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 234 Bytes

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