Code Guide is a project for documenting standards for developing flexible, durable, and sustainable HTML and CSS. It comes from years of experience writing code on projects of all sizes. This is Pixel Union's fork of @mdo's version. We think he's really swell for putting this together.
If you want to contribute to the guide but want to check out how it's going to look first you can fire it up locally with Jekyll.
-
Install Jekyll
gem install jekyll
-
Run the server
jekyll serve --watch
Done! You can now navigate to http://0.0.0.0:4000
(note: Jekyll will tell you where to look if it doesn't use that for your machine) and see the GitHub pages.
Released under MIT by, and copyright 2014, @mdo.
Forked from Code Guide
Heavily inspired by Idiomatic CSS and the GitHub Styleguide.