Download Ruby

Run below commands

gem install bundler jekyll

jekyll new my-awesome-site

cd my-awesome-site

bundle exec jekyll serve

For livereloading on change files use below command

bundle exec jekyll serve –livereload

=> Now browse to http://localhost:4000