gtoolkit.com

Setup environment

Install Ruby

$ brew install ruby (Latest at the time of writing is Ruby 3.2, which is what this project depends on)

Install project dependencies

$ bundle install

Usage

Build project and start local server

bundle exec jekyll serve

Visit the locally running website

$ open http://127.0.0.1:4000