Skip to content

Latest commit

 

History

History
executable file
·
10 lines (7 loc) · 795 Bytes

README.md

File metadata and controls

executable file
·
10 lines (7 loc) · 795 Bytes

Phonebloks

This is the code that powers Phonebloks. 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 phonebloks
  4. Run Jekyll and tell it to watch for changes: jekyll serve -w