Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GitbookIO/styleguide
GitBook.com HTML/CSS Style Guide
https://github.com/GitbookIO/styleguide
Last synced: 19 days ago
JSON representation
GitBook.com HTML/CSS Style Guide
- Host: GitHub
- URL: https://github.com/GitbookIO/styleguide
- Owner: GitbookIO
- License: apache-2.0
- Created: 2015-04-29T08:00:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T10:19:20.000Z (over 7 years ago)
- Last Synced: 2024-05-16T23:25:57.993Z (6 months ago)
- Language: JavaScript
- Homepage: http://styleguide.gitbook.com
- Size: 1.58 MB
- Stars: 86
- Watchers: 9
- Forks: 23
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitBook Styleguide
This repository contains all stylesheets and brandings for GitBook websites. Documentation is available at [styleguide.gitbook.com](http://styleguide.gitbook.com).
How to test and build the documentation:
```
# Install node dependencies
$ npm i# Build and serve the documentation
$ npm run docs:serve
```### Structure
#### `src`
The `src` directory contains source for React components.
#### `less`
The `less` directory contains the source for the stylesheets, built using [less](http://lesscss.org/).
#### `pages`
The `pages` directory contains the source for the documentation, this one is build using [next](https://github.com/zeit/next.js) to provide live reloading when developing components.