An atomic design and Pattern Lab friendly starting point for new Drupal 8 themes. Can be used stand-alone with Pattern Lab. Can be used as a Pattern Lab StarterKit as well.
Prerequisites: npm installed.
In the Shila theme root directory run:
npm installPlease note that latest version of Shila theme always uses the latest version of shila-css, which is still in alpha and can introduce breaking changes. If you are pulling changes from the Shila theme repository be sure to also update to the latest version of shila-css. Or if basing your theme on a specific version of Shila theme be sure to specify the exact matching version of shila-css in package.json.
Install and enable the Component Libraries module. No configuration is needed.
Install and enable the UI Patterns module. Some components have a ui_patterns.yml definition file, which enables them to be used with UI Patterns.
Prerequisites: git and Composer installed.
In the Shila theme root directory run:
git clone https://github.com/pattern-lab/edition-php-drupal-standard pattern-labIn the pattern-lab directory run:
composer installIn the file pattern-lab/config/config.yml change sourceDir and twigAutoescape like so:
sourceDir: ../dist
twigAutoescape: falseIf everything went well you should now be able to generate the static Pattern Lab site. In the pattern-lab directory run:
php core/console --generate