- Go to the root directory of the repo
- Make sure your
ruby --versionis at least 2.0.0 - Make sure you installed Xcode, Command Line Tools and the Ruby Bundler with
gem install bundler - Run
bundle installand check there are no errors - Make sure
_site/*is in ignored by Git - If all is good you should be able to launch Jekyll server with
bundle exec jekyll serveand see the page atlocalhost:4000