debugpolitics.com
Should be super easy. This project is set up to use Middleman, a popular static-site generator (like Jekyll) written in Ruby.
bundle installbundle exec middleman server- Visit
http://127.0.0.1:4567/in your browser. Changes you make to insourcewill automatically rebuild and appear in your browser.
This project is set up with continuous deployment. All branches are
automatically deployed to Heroku, master representing production.
- Cut a branch, call it whatever you want (feature nickname preferable).
- Code, commit, repeat.
- Push your branch.
- Make a PR.
- Your PR should automatically deploy to a temporary Heroku app, which you can send around for approval.
When you're ready to deploy to production, you just need someone to review the PR. When you merge to production, voilà, the changes will be live.