Skip to content

Sport Ngin's opinions on how best to write high-quality code.

Notifications You must be signed in to change notification settings

dtn-marknorgren/styleguide

 
 

Repository files navigation

Sport Ngin Styleguide Site


This is the styleguide for Sport Ngin. You can view it in github pages at http://sportngin.github.io/styleguide

Contributing to the Styleguide

Sport Ngin employees can make a pull request with changes.

Setting up the project

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

Running locally

This project is built with jekyll. To run locally on port 4000:

bundle
jekyll server -w

Deploying to github pages

Commit all changes and push to the master branch.

rake deploy

Then add the _site directory and commit.

About

Sport Ngin's opinions on how best to write high-quality code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 58.7%
  • HTML 21.5%
  • CSS 19.8%