Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mobomo/lark
A Drupal 8 administration theme by Mobomo
https://github.com/mobomo/lark
Last synced: about 1 month ago
JSON representation
A Drupal 8 administration theme by Mobomo
- Host: GitHub
- URL: https://github.com/mobomo/lark
- Owner: mobomo
- Created: 2020-06-13T05:56:08.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-11T10:14:17.000Z (about 2 years ago)
- Last Synced: 2024-03-25T22:59:28.900Z (10 months ago)
- Language: Twig
- Size: 2.37 MB
- Stars: 2
- Watchers: 21
- Forks: 2
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lark
A Drupal administration theme.
[![Mobomo](https://circleci.com/gh/mobomo/lark.svg?style=shield)](https://app.circleci.com/pipelines/github/mobomo/lark)
## Contributing
This project tracks changes and adjustments in the `develop` branch. Compiled
release branches are created and pushed to [Drupal.org](http://drupal.org/project/lark).### Requirements
1. gulp-cli
2. node (>= 12.18.0)### Compiling
To build the Lark theme run:
```bash
npm run build
```To have the task runner watch for changes and recompile itself run:
```bash
npm run watch
```### Linting
To check code style against the project standards run:
```bash
npm run lint
```The `build` and `watch` tasks both include the `lint` task.