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/