A Drupal administration theme.
This project tracks changes and adjustments in the develop branch. Compiled
release branches are created and pushed to Drupal.org.
- gulp-cli
- node (>= 12.18.0)
To build the Lark theme run:
npm run buildTo have the task runner watch for changes and recompile itself run:
npm run watchTo check code style against the project standards run:
npm run lintThe build and watch tasks both include the lint task.