Skip to content

Files

Latest commit

 

History

History
20 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.01 KB

footprintmap CircleCI

An interactive visualisation of the CO2 footprint of the world economy built with React and mapbox GL. Try it out at http://www.footprintmap.org.

Data sources

The dataset is merged by a python script here and the resulting dataset can be found here.

Set up and start your local environment

First, navigate to the web folder. Then, install dependencies:

yarn

Then you can run the frontend and get the app running locally

yarn develop