- Check Ruby Version
ruby -v
- Install Jekyll and bundler gems
gem install bundler
andbundler install
- Build the site and make it available on a local server -
bundle exec jekyll serve
- Now browse to http://localhost:4000
- List local gems
gem list jekyll