/Covid19-Tracker

A simple Covid19-Tracker, thanks to FCC. Hopefully will be improved upon future release

Primary LanguageJavaScriptMIT LicenseMIT

Hosted on Zeit: https://covid19-tracker-edq4h6vms.now.sh/

🧰 What This Includes

🚀 Getting Started

Requirements

Quick Start

Run the following in your favorite terminal:

Starting from Scratch

yarn global add gatsby-cli
  • Inside the directory of your choice, scaffold a new Gatsby site:
gatsby new [directory]

For example, if I want my installation in ~/Code/new-gatsby-site, I would navigate to ~/Code and run:

gatsby new new-gatsby-site
  • Navigate to your new directory and run:
yarn develop
  • You should now be running a new Gatsby site locally! 🎉