The future home of http://www.continuousimprover.com/.
- Ruby 2.4.x (note: 2.5 and higher may fail due to the
ffi
ruby lib only supporting < 2.5). - An easy way to install it is to download
Ruby+Devkit 2.4.10-1 (x64)
from the RubyInstaller site and run option 3 from the msys install menu. - The
bundler
gem (gem install bundler
). If you receive SSL-related errors while runninggem install
, try runningrefreshenv
first.
- Clone this repository
cd
into the root of the repository- Run
bundle install
. - Run
bundle exec jekyll serve
. To have it monitor your working directory for changes, add the--incremental
option.
- Do you receive an error around
jekyll-remote-theme
andlibcurl
? See this issue on the pages-gem repo. - Do you receive an error
Liquid Exception: SSL_connect returned=1 errno=0 state=error: certificate verify failed
? Check out this solution in the Jekyll repo.