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
- Host: GitHub
- URL: https://github.com/fourkitchens/kss-with-drupal
- Owner: fourkitchens
- Created: 2016-11-09T14:21:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-09T23:02:37.000Z (over 9 years ago)
- Last Synced: 2025-06-17T07:44:46.508Z (about 1 year ago)
- Language: HTML
- Size: 184 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

## 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.