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.
- Fork this repository to your own GitHub account and then clone it to your local device
- Install Jekyll and a special gem from GitHub:
gem install github-pages
- Move into the repository's directory:
cd phonebloks
- Run Jekyll and tell it to watch for changes:
jekyll serve -w