US-CBP / cbp-style-guide

The CBP Style Guide to compliment the CBP Theme. The style guide describes CBP theme components and patterns and how to use them.

Home Page:https://us-cbp.github.io/cbp-style-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CBP Style Guide

Build Status dependencies Status devDependencies Status

This is a Style Guide for the CBP Theme which gives guidance and examples of components, patterns, and colors from the CBP theme.


Building & running locally

Building out the generated files

You will need to install Jekyll. Note: On Windows, we've found this installation guide helpful. You will also need to install Node.js. Node.js powers the front-end build and dependency management tools Grunt and Bower.

Once Jekyll and Node.js are installed, ensure you have Grunt and Bower installed globally with:

npm install -g grunt-cli bower

Then install the project's dependencies with:

  • npm install

Running the documentation

Run npm run dev to build and generate your files.

Then go to local site

Distribution Builds

After running npm run build, you will have a dist folder that contains the entire static site and resources.

Contributing

We welcome contributions, please see our Contribution Policy

License

Please refer to CBP Open Source License

About

The CBP Style Guide to compliment the CBP Theme. The style guide describes CBP theme components and patterns and how to use them.

https://us-cbp.github.io/cbp-style-guide

License:Other


Languages

Language:HTML 79.9%Language:CSS 12.0%Language:JavaScript 7.8%Language:Shell 0.2%