Uses https://github.com/NovelCOVID/API
Jumpstart your next Gatsby mapping project with Leaflet!
Once deployed, you'll need to add an environment variable GATSBY_MAPBOX_KEY
with an access token from your mapbox.com account.
Run the following in your favorite terminal:
gatsby new [directory] https://github.com/colbyfayock/coronavirus-map-dashboard
- Set up Yarn: https://yarnpkg.com/lang/en/docs/install/#mac-stable)[https://yarnpkg.com/lang/en/docs/install/
- Install the Gatsby CLI globally:
yarn global add gatsby-cli
- Inside the directory of your choice, scaffold a new Gatsby site:
gatsby new [directory] https://github.com/colbyfayock/coronavirus-map-dashboard
For example, if I want my installation in ~/Code/my-coronavirua-dashboard
, I would navigate to ~/Code
and run:
gatsby new my-coronavirua-dashboard https://github.com/colbyfayock/coronavirus-map-dashboard
- Navigate to your new directory and run:
yarn develop
- You should now be running a new Gatsby site locally! 🎉
Thanks goes to these wonderful people (emoji key):
Colby Fayock 💻 📖 |
Carlos Castillo 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!