To build and run locally requires ruby
and bundler
.
First install
ruby
.
Then install bundler
gem install bundler
Then install the requirements for this project
cd /path/to/this/folder
bundle install
Finally, to serve the content, do
bundle exec jekyll serve --watch