Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdo/code-guide
Standards for developing consistent, flexible, and sustainable HTML and CSS.
https://github.com/mdo/code-guide
Last synced: 25 days ago
JSON representation
Standards for developing consistent, flexible, and sustainable HTML and CSS.
- Host: GitHub
- URL: https://github.com/mdo/code-guide
- Owner: mdo
- License: mit
- Created: 2012-09-20T22:53:37.000Z (about 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-07-26T02:51:35.000Z (4 months ago)
- Last Synced: 2024-09-30T15:20:51.945Z (about 1 month ago)
- Language: SCSS
- Homepage: https://codeguide.co
- Size: 422 KB
- Stars: 8,456
- Watchers: 290
- Forks: 1,126
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-web-development - **mdo code guide** Standards for developing flexible, durable, and sustainable HTML and CSS. - guide?style=social" height="16"> (Guidelines)
- awesome-github-repos - mdo/code-guide - Standards for developing consistent, flexible, and sustainable HTML and CSS. (SCSS)
- guides - HTML and CSS code guide
- awesome-starred - mdo/code-guide - Standards for developing consistent, flexible, and sustainable HTML and CSS. (others)
- jimsghstars - mdo/code-guide - Standards for developing consistent, flexible, and sustainable HTML and CSS. (SCSS)
README
Code Guide
Standards for developing consistent, flexible, and sustainable HTML and CSS.
Start reading ☞---
## Setup
Code Guide is built on Jekyll and hosted on GitHub Pages. To install Jekyll:
```sh
gem install jekyll
```To start the local server:
```sh
jekyll serve
```Open `localhost:4000` in your browser.
## License
Released under MIT by, and copyright, @mdo.
## Translations
Translations are maintained by their creators and may not always be up to date with the original here.
- [Chinese](http://zoomzhao.github.io/code-guide/) - Translated by [Zoom Zhao](https://github.com/ZoomZhao)
- [Chinese](http://codeguide.bootcss.com/) - Translated by [Wang Sai](https://github.com/wangsai)
- [Dutch](http://chunfeilung.github.io/code-guide/) - Translated by [Chun Fei Lung](https://github.com/chunfeilung)
- [French](http://pixelastic.github.io/code-guide/) - Translated by [Tim Carry](https://github.com/pixelastic/)
- [German](http://BackendButters.github.io/code-guide/) - Translated by [BackendButters](https://github.com/BackendButters)
- [German](https://philipbrembeck.github.io/code-guide/) - Translated by [Philip Brembeck](https://github.com/philipbrembeck)
- [Hindi](https://hidaytrahman.github.io/code-guide/) - Translated by [Hidaytullah Rahmani](https://github.com/hidaytrahman)
- [Indonesian](http://diagramatics.github.io/code-guide-id) - Translated by [Steven Sinatra](http://diagramatics.me)
- [Japanese](http://kia-king.com/code-guide/) - Translated by [Kia King Ishii](https://github.com/kiaking)
- [Korean](http://code-guide.aliencube.org/) - Translated by [Aliencube](https://github.com/aliencube)
- [Persian](https://cg.arash-hatami.ir/) - Translated by [Arash Hatami](https://github.com/hatamiarash7)
- [Polish](http://bondarewicz.github.io/code-guide/) - Translated by [Łukasz Bondarewicz](https://github.com/bondarewicz)
- [Portuguese](http://diegoeis.github.io/code-guide/) - Translated by [Diego Eis](http://tableless.com.br/)
- [Romanian](http://vmazare.github.io/code-guide-romanian/) - Translated by [Valeriu Mazare](https://github.com/vmazare)
- [Russian](http://sadcitizen.github.io/code-guide/) - Translated by [Eugene Abrosimov](https://github.com/sadcitizen)
- [Spanish](https://hansfelix.github.io/code-guide) - Translated by [Hans Felix](https://github.com/hansfelix)
- [Traditional Chinese](https://codeguide.intersection.tw) - Translated by [Yuming Cheung](https://github.com/ymcheung)Have a translation you'd like to link to? Open a pull request to add it here. Be sure to keep it alphabetical.
<3