Skip to content

shoppad/code-guide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Guide

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 a fork of Pixel Union's Code Guide, originally forked from mdo's version.

Start reading ☞


Local GitHub Pages

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.

  1. Install Jekyll

    gem install jekyll
  2. 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.

License

Released under MIT by, and copyright 2014, @mdo.

Thanks

PixelUnion Code Guide

mdo Code Guide Code Guide

Heavily inspired by Idiomatic CSS and the GitHub Styleguide.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.2%
  • JavaScript 10.8%
  • CSS 10.5%
  • PHP 2.8%
  • CoffeeScript 1.6%
  • Liquid 1.1%