Source code for hasmyaldermanbeenindicted.com
Requires node
, wget
and GNU Make.
npm install
npm start
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