Home

Awesome

About This Repo

This is an map visualisation of the European COVID-19 data using APIs from covid19-eu-data-api

The map template is taken from the FreeCodeCamp COVID19 Tutorial

Map Link: https://covid19-eu-map.now.sh/

🍃 Gatsby Leaflet Starter

Jumpstart your next Gatsby mapping project with Leaflet!

⚡ Quick Deploy

Deploy to Netlify Deploy with ZEIT Now

🧰 What This Includes

🚀 Getting Started

Requirements

Quick Start

Run the following in your favorite terminal:

gatsby new [directory] https://github.com/colbyfayock/gatsby-starter-leaflet

Starting from Scratch

yarn global add gatsby-cli
gatsby new [directory] https://github.com/colbyfayock/gatsby-starter-leaflet

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

gatsby new new-gatsby-site https://github.com/colbyfayock/gatsby-starter-leaflet
yarn develop