mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 09:48:30 -05:00
further clarify local dev steps
This commit is contained in:
@@ -8,4 +8,8 @@ For information about contributing, see the [Contributing page](http://jekyllrb.
|
||||
|
||||
## Running locally
|
||||
|
||||
You can preview your contributions before opening a pull request by running `jekyll serve` from within the directory. It's just a jekyll site, afterall! :wink:
|
||||
You can preview your contributions before opening a pull request by running from within the directory:
|
||||
1. `bundle install`
|
||||
2. `jekyll serve`
|
||||
|
||||
It's just a jekyll site, afterall! :wink:
|
||||
Reference in New Issue
Block a user