This is the styleguide for Sport Ngin. You can view it in github pages at http://sportngin.github.io/styleguide
Sport Ngin employees can make a pull request with changes.
This project has the gh-pages branch as a submodule for deployment. This needs to be set up. There is a rake task to do this.
rake setup
This project is built with jekyll. To run locally on port 4000:
bundle
jekyll server -w
Commit all changes and push to the master branch.
rake deploy
Then add the _site directory and commit.