Read through the Westminster Standards in a year at reformedconfessions.com. Based on [https://www.gpts.edu/resources/documents/Calendar%20Readings%20in%20WestminsterNumbered.pdf](Calendar of Readings in the Westminster Standards) by Dr. Joseph Pipa Jr.
Clone with git clone https://github.com/olneyhymn/westminster-daily.git
.
Setup a virtualenv or Conda environment and run pip install -r requirements.txt
.
Site automatically deploys from master
branch if Travis tests pass.
tox -e build
: Build static sitetox
: Run tests against static sitetox -e lambda
: Build Lambda zip filemake s3_upload
: Upload static site to S3make update_lambda_function
: Upload lambda functions to Amazon