scribd.github.io/README.md

21 lines
285 B
Markdown
Raw Normal View History

2019-10-22 14:42:45 +00:00
# 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
~~~