https://github.com/pixelunion/code-guide
https://github.com/pixelunion/code-guide
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pixelunion/code-guide
- Owner: pixelunion
- License: mit
- Created: 2014-12-04T23:56:16.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-04-11T21:56:44.000Z (about 8 years ago)
- Last Synced: 2025-03-29T08:17:26.988Z (over 1 year ago)
- Language: HTML
- Homepage: http://pixelunion.github.io/code-guide
- Size: 199 KB
- Stars: 6
- Watchers: 30
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).