Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 803 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 803 Bytes

Story Hopper

This is the code that powers Story Hopper. We're using Jekyll to convert it into a static site which runs on GitHub Pages. Because of this, we're not able to accept any contributions containing Ruby files.

Contribute

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install Jekyll and a special gem from GitHub: gem install github-pages
  3. Move into the repository's directory: cd story-hopper
  4. Run Jekyll and tell it to watch for changes: jekyll serve -w