Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 379 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 379 Bytes

yavin.dev

Doc site for Yavin built with Jekyll

Getting started

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