This application is run in Heroku to proxy requests to the AWS S3 bucket that hosts the website.
Start the proxy locally:
$ bin/start-serverThe proxy will be available at http://localhost:8080.
This application auto deploys to production when new commits are available in the master branch.