gem install bundler
Edit Gemfile:
Gemfile
source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins
Install gems and run:
bundle install bundle exec jekyll build --watch bundle exec jekyll serve