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
# Install Jekyll and Bundler gems through RubyGems
gem install jekyll bundler
# Install the necessary ruby packages
bundle install
# Build and serve the site at localhost:4000
bundle exec jekyll serve