A simple starting point for style guides.
- Set up a directory or an URL on your website for the style guide
- Copy-Paste the HTML from the Github repo
- Place your own CSS into the style guide
<!-- Replace below stylesheet with your own stylesheet -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
That's it!