To install all required dependencies, you will need to do these things:
- Run
npm install
from within this theme directory - Install and enable the Component Libraries module. After it is enabled, no further configuration of the module is required.
- Enable the theme and set it as the active Drupal theme.
Once that is done, you can run the following commands (all from within the theme) directory:
npm run stylesheets
to compile all the stylesheets into dist/style.cssnpm run styleguide
to build a styleguide in ./styleguidenpm run build
to do both of the above.