Skip to content

seralichtenhahn/cci-our-planet-wrapped

Repository files navigation

Repo Header

Our Planet Wrapped

A data story about the ecological footprint using data of the Global Footprint Network.

Important links

Installation

Dependencies

Node

Download the latest version of Node.js from their website: https://nodejs.org/en/

pnpm

Make sure to install this globally

npm install -g pnpm

Install the project dependencies

pnpm install

Environment variables

Create a .env file at the root of this project. This file is gitignored and should never be commited but it's used to provide secrets within the project. You can find the variables that are required in the .env.dist file.

You need to get a personal api key from the Global Footprint Network. Follow the instructions outlined on this page: https://data.footprintnetwork.org/#/api

Running locally

To launch the server:

pnpm dev

Go to http://localhost:3000

About

A data story about the ecological footprint using data of the Global Footprint Network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published