diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3c69b84..42109d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,16 @@ included in the project: git checkout -b ``` -4. Install the [Jekyll](https://github.com/jekyll/jekyll/) gem to preview locally. +4. Install the [Jekyll](https://github.com/jekyll/jekyll/) gem and dependencies to preview locally: + + ```bash + # Install the needed gems through Bundler + bundle install + # Build and open _site/index.html in your browser... + jekyll build [--watch] + # ...or run a local server to easily develop: + jekyll serve + ``` 5. Commit your changes in logical chunks. Please adhere to these [git commit message guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) diff --git a/Gemfile.lock b/Gemfile.lock index a5e7093..c68e4ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,6 +124,3 @@ PLATFORMS DEPENDENCIES github-pages - -BUNDLED WITH - 1.10.6