Install jekyll

gem install bundler jekyll

Run locally

bundle exec jekyll serve

Build (for prod)

JEKYLL_ENV=production bundle exec jekyll build