Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 379 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 379 Bytes

Snorkel Docs

Getting Started

  • Install Jekyll. Note the special instructions for macOS Mojave!
  • Clone this repo
  • Run the following
$ bundle install
$ bundle exec jekyll serve

If the above (still) fails to work, edit the Gemfile to include gem 'github-pages', group: :jekyll_plugins in the second line.