Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 385 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 385 Bytes

elide.io

Doc site for Elide built with Jekyll

Getting started

  1. install bundler gem install bundler
  2. checkout gh-pages git checkout gh-pages
  3. install bundle gems: bundle install
  4. start jekyll bundle exec jekyll serve
  5. visit page at http://localhost:4000/
  6. edit the pages you care about
  7. submit a PR so the rest of the world can see your helpful information