You need Ruby and gem before starting, then:
# install bundler
gem install bundler
# clone the project
git clone https://github.com/CoreRC/website.git
cd website
# run jekyll with dependencies
bundle exec jekyll serve
Released under the MIT license.