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

https://github.com/fourkitchens/kss-with-drupal

Exploration of KSS, Drupal, and Component-driven design
https://github.com/fourkitchens/kss-with-drupal

Last synced: 3 months ago
JSON representation

Exploration of KSS, Drupal, and Component-driven design

Awesome Lists containing this project

README

          

# KSS + Drupal = Dynamic Style Guides

This repo is a companion to [Frontend Style Guide Miniseries: Part Two: KSS](https://www.fourkitchens.com/blog/article/frontend-style-guide-miniseries-part-two-kss)

![KSS Drupal](https://github.com/fourkitchens/kss-with-drupal/raw/master/themes/custom/kss/img/kss-graphic.jpg)

## Requirements

- [Node.js](https://nodejs.org/en/)
- A locally hosted clean install of Drupal 8.

## Installation

- Install a clean version of Drupal 8.
- Install and enable the [Components Libraries](https://www.drupal.org/project/components) module.
- Move `themes/custom/kss` into your `themes/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.

## Getting started

- Run `gulp serve` to see the style guide.