A styleguide builder for the Radix theme.
- Clone to the root of your Radix subtheme.
- Update
stylesheet
instyleguide.json
. This needs to the the full path to yourscreen.css
for your subtheme. - Update the
title
anddescription
for your styleguide. - Run
npm install
- Then run
gulp clean && gulp
. - Create your components at
./src/styleguide
directory. - Update
styleguide.json
to add and reorder your components. - View your changes at http://localhost:9000