This is a Gatsby.js based web application for tracking the prevalence and spread of COVID-19 across the globe. It pulls from Johns Hopkins CSSE Github which gets updated every 15 minutes with updated data.
This website can be viewed online at https://coronaexaminer.codemochi.com and was created by Stephen Jensen at Codemochi.
Instructions for running locally
- Clone this repo.
- Run
yarn install
in the project's root. - Run
yarn run develop
to start the web server. - Navigate to
http://localhost:8000
and check out the server.