An open API service indexing awesome lists of open source software.

https://github.com/radixtheme/radix-styleguide-builder

A styleguide builder for the Radix theme
https://github.com/radixtheme/radix-styleguide-builder

Last synced: 8 months ago
JSON representation

A styleguide builder for the Radix theme

Awesome Lists containing this project

README

          

# Radix Styleguide Builder
A styleguide builder for the Radix theme.

## Installation

1. Clone to the root of your Radix subtheme.
2. Update `stylesheet` in `styleguide.json`. This needs to the the full path to your `screen.css` for your subtheme.
3. Update the `title` and `description` for your styleguide.
3. Run `npm install`
4. Then run `gulp clean && gulp`.
5. Create your components at `./src/styleguide` directory.
6. Update `styleguide.json` to add and reorder your components.
6. View your changes at *http://localhost:9000*