mobomo / lark

A Drupal 8 administration theme by Mobomo
2 stars 2 forks source link

Lark

A Drupal administration theme.

Mobomo

Contributing

This project tracks changes and adjustments in the develop branch. Compiled release branches are created and pushed to Drupal.org.

Requirements

  1. gulp-cli
  2. node (>= 12.18.0)

Compiling

To build the Lark theme run:

npm run build

To have the task runner watch for changes and recompile itself run:

npm run watch

Linting

To check code style against the project standards run:

npm run lint

The build and watch tasks both include the lint task.