Skip to content

drupal-pattern-lab/patternfly_theme

Repository files navigation

PatternFly Drupal 8 Theme

A Drupal 8 Theme utilizing the component patterns of PatternFly.

Screenshot

Dependencies

Getting Started

git clone https://github.com/cybtachyon/patternfly_theme patternfly
nvm i
nvm use
npm i

Build the theme:

npm run build

Watch for local development file changes & recompile:

npm run watch