Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 602 Bytes

README.MD

File metadata and controls

10 lines (8 loc) · 602 Bytes

This is a simple web application version of the CEA model published on August 16, 2017 at https://www.givewell.org/how-we-work/our-criteria/cost-effectiveness/cost-effectiveness-models

The live version can be viewed at: http://henrymunro.com/HireMe/GiveWell/

To run this application locally: (you will need nodeJS and npm installed)

  1. Clone the repository
  2. Move to the repository root directory
  3. Run the command 'npm run webpack' to build the application
  4. Run the command 'npm run server' to start the server
  5. Then visit 'http://localhost:3000'