The goal of this webpage is to provide a high-level overview of what global warming is: how it's caused, how much the Earth has warmed, and its observed and predicted effects.
Contributors are welcome! Open an issue or create a pull request.
- Data fetching is in
static.config.js - Page content is in
src/pages/index.js
- Install with
npm i - Run build with
npm run start - Test with
npm run test - Format code with
npm run prettier