This directory contains the code for the FluentLenium Site, http://fluentlenium.org/.
Follow the instructions: https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/
You can preview your contributions before opening a pull request by running from within the directory:
bundle install
bundle exec jekyll serve
Under windows, Ruby Development kit is required.
You also need to comment out therubyracer
gem from Gemfile
.