Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Quartz/presidents-economy

Repository files navigation

presidents-economy

Evaluating past president's performance on the economy, and benchmarking Trump into the future.

Setup

mkvirtualenv presidents-economy
pip install -r requirements.txt

Usage

To update the data from the spreadsheet:

python update.py

To run the local server:

gulp