Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 679 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 679 Bytes

Corona Examiner

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

  1. Clone this repo.
  2. Run yarn install in the project's root.
  3. Run yarn run develop to start the web server.
  4. Navigate to http://localhost:8000 and check out the server.