An open API service indexing awesome lists of open source software.

https://github.com/pixelunion/code-guide


https://github.com/pixelunion/code-guide

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 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 Pixel Union's fork of @mdo's version. We think he's really swell for putting this together.

**[Start reading ☞](http://pixelunion.github.io/code-guide)**

---

## 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

```bash
gem install jekyll
```

2. Run the server

```bash
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

Forked from [Code Guide](http://mdo.github.io/code-guide/)

Heavily inspired by [Idiomatic CSS](https://github.com/necolas/idiomatic-css) and the [GitHub Styleguide](http://github.com/styleguide).