/DataViz

Primary LanguageJavaScript

Visualizing Climate Change

This project is an assignment for the course IN4089 - Data Visualization at Delft University of Technology.

Contributors:

The project is hosted on GitHub pages and can be accessed here. The data used in this project can be accessed here.

Running in local system

  • Install npm on local system
  • Clone the repo
  • Run npm install to install depenedencies
  • Run it on development server npm start

Making changes to the deployment

  • Before making changes to the code base make a new branch
  • Make your changes in that branch and push that to the github
  • After verifying that the changes are good make a pull request on the github
  • To deploy run npm run deploy