- Install prerequisites:
# Install rbenv (if using Homebrew)
brew install rbenv ruby-build
# Initialize rbenv
rbenv init
# Install a recent Ruby version
rbenv install 3.2.0
rbenv local 3.2.0
# Now gem install
gem install jekyll- Start locally watching for changes:
jekyll serve -w- Access the home page at
http://localhost:4001/