Precious Plastic
This is the code that powers Precious Plastic. We're using Jekyll to convert it into a static site that runs on GitHub Pages. Because of this, we're not able to accept any contributions containing Ruby files.
Contribute
- 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 precious-plastic
- Run Jekyll and tell it to watch for changes:
jekyll serve -w