https://github.com/gitbookio/styleguide
GitBook.com HTML/CSS Style Guide
https://github.com/gitbookio/styleguide
Last synced: 9 months ago
JSON representation
GitBook.com HTML/CSS Style Guide
- Host: GitHub
- URL: https://github.com/gitbookio/styleguide
- Owner: GitbookIO
- License: apache-2.0
- Archived: true
- Created: 2015-04-29T08:00:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T10:19:20.000Z (almost 9 years ago)
- Last Synced: 2025-04-18T01:06:17.771Z (9 months ago)
- Language: JavaScript
- Homepage: http://styleguide.gitbook.com
- Size: 1.58 MB
- Stars: 88
- Watchers: 8
- Forks: 17
- 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.