Read the documentation how to run
Then execute:
bundle exec jekyll serve
Install bundler:
gem install bundler
Install gems:
bundle install
Then serve the website with _drafts
posts:
bundle exec jekyll serve --drafts
To server onto LAN network:
bundle exec jekyll server --host=0.0.0.0