- Follow guides here to install ruby for your OS
- Install Jekyll & Bundler:
gem install jekyll bundlerthenbundle install
- To build and to serve on 127.0.0.1:4000:
bundle exec jekyll serve
Note: If step 1 fails, prepending bundle exec to the commands may solve the issue.