From 38cc1cf826323c13ff79a653455e52ce2eaf66f9 Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Mon, 29 Oct 2018 15:59:00 -0600 Subject: [PATCH] Add instructions on viewing locally while editing --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 20bd071..f719d1c 100644 --- a/README.md +++ b/README.md @@ -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`.