Skip to content

City-Bureau/hasmyaldermanbeenindicted.com

Repository files navigation

Has my alderman been indicted?

Source code for hasmyaldermanbeenindicted.com

Setup

Requires node, wget and GNU Make.

npm install
npm start

Deploy

The site is deployed to AWS S3 behind a CloudFront distribution. To deploy, install the AWS CLI, change the values for S3_BUCKET and CLOUDFRONT_ID in Makefile and run make build && make deploy