Source for https://rspec.info
Requires a recent version of Ruby (tested on 2.5.3), bundler and imagemagick (to generate favicons).
brew install imagemagick
(or your package manager of choice).bundle install
middleman build
Run LIVERELOAD=true middleman server
If you don't have a local Ruby environment suitable to making changes to rspec.info, or prefer containerised development; you can find a 3rd party Docker image setup for this environment here: https://hub.docker.com/r/2performantirina/middleman-and-imagemagick
middleman deploy
(for http://rspec-staging.github.io/)TARGET=prod middleman deploy
(for http://rspec.info/)
Andrew Harvey - for his incredible effort of making this repository as it is now