add readme with build instructions

This commit is contained in:
dillon 2015-10-02 11:16:38 -07:00
parent f2047a93f7
commit f8c8c29161

9
README.md Normal file
View file

@ -0,0 +1,9 @@
### Installation
```
gem install bundler
bundle install
# run local webserver with jekyll
bundle exec jekyll serve —verbose
```