barnardos / developer-manual

How to be a developer within the digital team
MIT License
3 stars 0 forks source link

Add bits to make jekyll run locally #2

Closed rgarner closed 7 years ago

rgarner commented 7 years ago

If you want to run locally, this commit makes that possible, using instructions from https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/

If you have rvm or rbenv installed, when you change to this directory run bundle, then bundle exec jekyll serve. The site will be accessible on http://localhost:4000