Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 389 Bytes

File metadata and controls

26 lines (17 loc) · 389 Bytes

Hexlet Guides

http://guides.hexlet.io

Running via Docker

make serve

or with drafts

make drafts-start

Running without Docker

  1. Install Jekyll gem install jekyll
  2. Run bundle exec jekyll serve --watch

Adding new Guides

  1. Add new guide to _posts. See example in _drafts/example.md.
  2. Run
  3. Go to http://localhost:4000/