This is an application built by Citizen's Climate Lobby that uses data from the Household Impact study to estimate the net impact of Carbon Fee and Dividend on an individual household.
Calculator
Project FAQ
How to use the calculator
Updates from previous version
This application uses node.js > 9, and parcel
Instructions for Ubuntu:
// install nodejs and npm
> curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
> sudo apt install nodejs
// install build essentials needed by node-gyp
sudo apt install build-essential
// go to project directory and install node packages
> npm install
// run the app in demo mode
npm run start
Build bundle file for deployment
npm run build
This will create a main.bundle.js file in the build/ folder
This project is licensed under the MIT License - see the LICENSE.md file for details