Add local dev instructions

This commit is contained in:
Kyle Gordy 2019-10-22 10:42:45 -04:00
parent 6cbeed50ae
commit 5905699e92
1 changed files with 20 additions and 1 deletions

View File

@ -1 +1,20 @@
# scribd.github.io
# scribd.github.io
## Core Dependencies
* [Ruby](https://www.ruby-lang.org)
* [Bundler](https://bundler.io/)
## Installation
#### Have Bundler resolve the Ruby dependencies.
~~~ sh
$ bundle install
~~~
#### Run Jekyll to build the website.
~~~ sh
$ bundle exec jekyll serve
~~~