To install all required dependencies, you will need to do these things:
- Run
npm installfrom 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 stylesheetsto compile all the stylesheets into dist/style.cssnpm run styleguideto build a styleguide in ./styleguidenpm run buildto do both of the above.