- Install ruby
brew install ruby - Install bundler
sudo gem install bundler - Install jekyll
gem install jekyll --user-install -v 3.8.5 - Config bundle path
bundle config set path '~/.gem/ruby/2.6.0' - Init project
bundle install
- Start local server
bundle exec jekyll serve - View "http://localhost:4000" in browser.