/little-by-little

Visualization of COVID-19 Cases Globally

Primary LanguageJavaScript

Visualization of COVID-19 Cases Globally (Inspired by Johns Hopkins COVID-19 Map)

How to run locally

git clone https://github.com/okdonga/COVID-19.git
git submodule init 
git submodule update 
yarn install
yarn start

Open http://localhost:3000 to view it in the browser.

How to update latest data

Original data updated once a day around 23:59 (UTC)

yarn run sync

How to deploy

Any changes to the master branch will trigger an automatic deploy via Netlify

Visit https://distracted-williams-3ba538.netlify.app/

Technology

  • Mapbox
  • React
  • Netlify