- Make sure you have correct version of Ruby installed. The version number can be found on the
.ruby-versionfile in the root. - Run
gem install bundler - Navigate to
cast-websitedirectory and runbundle install - Now you can run
middleman servefrom directory and access the site athttp://localhost:4567
Currently we have the main site and a staging version of the site deployed on heroku
- When making changes, pull request your branch into the
stagingbranch - when merged, this will auto-deploy to heroku - When all changes have been approved, merge the
stagingbranch intomaster- this will auto-deploy to the live site