(requires Ruby 2.5+, make sure the Ruby bin folder is in your PATH. More reference in https://jekyllrb.com/docs/installation/)
ruby -v
We also need Bundler to help us handle plugins and themes:
gem install bundler jekyll
bundle install
bundle exec jekyll serve