This repository was archived by the owner on Sep 15, 2018. It is now read-only.

Description
Where do we want to deploy the demo watch?
Previously we've deployed to heroku using http-server. It's worked, but can be slow, especially considering that heroku goes to sleep if the site is not accessed for more than a few hours.
Given we just have a static site, our options include:
- Heroku (free)
- AWS S3 static site (costs a few cents a month)
- Github pages (free)
Another consideration is that this would be something we'd be doing from CI. The students shouldn't have to worry about how deployment works, just that it happens every time they push commits to master.