Ideally should be installed with docker.
But non-docker users can run the program using the following commands.
If on Windows first install ruby and ruby gems. May refer to this Tutorial
ruby -v
gem -v
Run the following commands after the previous two commands successfully outputs the version without any error.
gem install jekyll bundler
Install the gems
bundle install
Run the server and see the magic
bundle exec jekyll serve