Installation
Detailed environment setup for local development.
This page covers installing the toolchain on macOS, Linux, and Windows.
Install Ruby
We recommend a version manager such as rbenv or asdf.
rbenv install 3.3.0
rbenv local 3.3.0
Install dependencies
gem install bundler
bundle install
Verify
bundle exec jekyll --version
If you see a version number, you’re set. Continue to Configuration.