This repo is a companion to Frontend Style Guide Miniseries: Part Two: KSS
- Node.js
- A locally hosted clean install of Drupal 8.
- Install a clean version of Drupal 8.
- Install and enable the Components Libraries module.
- Move
themes/custom/kss
into yourthemes/custom
directory to make the theme available. - Move the rest of this repo into the root of your Drupal site.
- Run
npm install
to install packages.
- Run
gulp serve
to see the style guide.