Skip to content

Setting up local environment to review PRs

MissyM2 edited this page Apr 14, 2020 · 2 revisions

Setting up local environment for reviewing PRs and Blogs

Just a starter note from Missy... don't delete: I'll fix it up shortly

  • rbenv local 2.4.1
  • gem install jekyll
  • bundler
  • bundle install
  • bundle exec jekyll serve --livereload

before review of PR

  • git pull --rebase
Clone this wiki locally