You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brew install rbenv
rbenv install
gem install bundler
bundle install
# to run the development server
bundle exec jekyll serve
# to build production assets
bundle exec jekyll build