From 554849ca0d065bdf82a66db11d83e81c54d429bd Mon Sep 17 00:00:00 2001 From: Kelsey Breseman Date: Wed, 24 Jun 2015 18:14:28 -0700 Subject: [PATCH] added instructions for local hosting --- Gemfile | 2 ++ README.md | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 Gemfile diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..053c27d --- /dev/null +++ b/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'github-pages' diff --git a/README.md b/README.md index 0ab7549..aee321d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ It's statically published as a GitHub page at this URL: http://tessel.github.io/ Code is messy as this was scraped originally from a dynamic webapp. Goal is to have a clean, but static publishing system. +## Running locally + +Follow the instructions [here](https://help.github.com/articles/using-jekyll-with-pages/) to deploy this repo locally. If you already have Ruby and Bundler installed, you can skip ahead and run `bundle exec jekyll serve`. + ## License Documentation is copyright The Tessel Project and released under a [Creative Commons Attribution ShareAlike license](http://creativecommons.org/licenses/by-sa/3.0/). All license text and links must be included in any redistribution.