A Drupal administration theme.
This project tracks changes and adjustments in the develop
branch. Compiled
release branches are created and pushed to Drupal.org.
To build the Lark theme run:
npm run build
To have the task runner watch for changes and recompile itself run:
npm run watch
To check code style against the project standards run:
npm run lint
The build
and watch
tasks both include the lint
task.