See https://jekyllrb.com/docs/installation/
gem install bundler jekyll
bundle config set --local path 'vendor/bundle'
bundle install
git clone repo location
cd folder name
bundle exec jekyll serve
=> Now browse to http://localhost:4000
See https://jekyllrb.com/docs/installation/
gem install bundler jekyll
bundle config set --local path 'vendor/bundle'
bundle install
git clone repo location
cd folder name
bundle exec jekyll serve
=> Now browse to http://localhost:4000