Skip to content

Commit

Permalink
Add instructions on viewing locally while editing
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Oct 29, 2018
1 parent e983b47 commit 38cc1cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ fork of that GitHub repo and maintains all of the history of that repo.
Having this repo be a fork might make it easier to update this theme in the
future if there are changes to the theme with updated version of Ruby, Jekyll,
GitHub Pages, etc.

To develop on this site, you need to have Ruby and jeykll installed locally
and to locally inspect changes, you need to run:

```
$ bundle exec jekyll serve
```

inside of base git repo dir and then the site can be viewed in your local
browser at `http:/localhost:4000`.

0 comments on commit 38cc1cf

Please sign in to comment.