The website is powered by GitHub Pages which uses Jekyll in the backend. To run locally, clone the repo, install Jekyll, and run via jekyll serve.
It is using a custom build of Bootstrap (just the grid and responsive utilities) for mobile and tablet styling .
The main content can be found in index.html. Custom CSS in style.css. Custom JS in main.js.
Visitors who sign up for the mailing list are persisted to Parse via the custom JS in main.js.
Before updating, be sure website renders well in desktop, table, and mobile views. This can be done with Google Chrome Device Mode.