Skip to content

Files

Latest commit

Oct 26, 2018
12d0fb1 · Oct 26, 2018

History

History
28 lines (18 loc) · 759 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 759 Bytes

rspec-website

Source for rspec.info.

Requires a recent version of Ruby (> 2.1.x, tested on 2.5.3), bundler and imagemagick (to generate favicons).

Local Setup

  • brew install imagemagick (or your package manager of choice).
  • bundle install
  • middleman build

Local Developing

Run

  • middleman server

Docker Setup + Development

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/

Deploying