Make sure you have Ruby installed.
- Install bundler:
gem install bundler - Install the bundle:
bundle install - Run Jekyll:
jekyll serve --watch - View the site at
http://127.0.0.1:4000/
Changes merged to the main branch are automatically deployed via Github Pages.