Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 847 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 847 Bytes

IsEarthStillWarming.com

GitHub Actions Netlify Status

Scope

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.

Code

  • Data fetching is in static.config.js
  • Page content is in src/pages/index.js

Scripts

  • Install with npm i
  • Run build with npm run start
  • Test with npm run test
  • Format code with npm run prettier