Install
•You need to have ruby installed in your system.
•Install bundler which helps in specifying and installing dependencies of any Ruby project - gem install bundler
•Go to the root of the repo and run this - bundle install
•Then - bundle exec jekyll serve
Jekyll - It is a simple, blog-aware, static site generator. It takes a template directory containing raw text files in various formats, runs it through a converter and spits out a ready-to-publish static website.
Jekyll also happens to be the engine behind GitHub Pages
Licensed under the MIT license.