- macOS
- Linux terminal knowledge
Install brew
Homebrew — The Missing Package Manager for macOS (or Linux)
Install Ruby via rbenv
brew install rbenv
rbenv install
rbenv init (if you haven't run once)
Install Ruby dependencies
bundle
Run Jekyll locally
make run
Test site contents
make test