I assume you have already downloaded and installed Ruby. Here’s what you need to do next:
gem install jekyll bundler
.cd name-of-the-folder
.bundle install
.bundle exec jekyll serve
. This way it will be accessible on http://localhost:4000
._site
folder on your host server.