Skip to content

rosslh/IsEarthStillWarming.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IsEarthStillWarming.com

GitHub Actions Netlify Status

Scope

This webpage intends to provide an acurate overview about gloabl warming and it's observed and predicted effects. It also provides information about how it is caused and how rapidly the earth is warming up.

Contributors are always 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 format