A data story about the ecological footprint using data of the Global Footprint Network.
Download the latest version of Node.js from their website: https://nodejs.org/en/
Make sure to install this globally
npm install -g pnpm
Install the project dependencies
pnpm install
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
To launch the server:
pnpm dev
Go to http://localhost:3000