Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 265 Bytes

File metadata and controls

24 lines (17 loc) · 265 Bytes

SETUP

Dependencies

  • Ruby 2.*

  • Bundler

    Run the following to install one

    $ gem install bundler
    

Setup

  • Install gems

    $ bundle install --path .bundle
    
  • Start jekyll server

    $ bundle exec jekyll s