_/ _/
_/ _/ _/_/_/ _/_/_/_/ _/_/ _/_/_/
_/_/ _/ _/ _/ _/ _/_/_/_/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/ _/
_/ _/ _/_/_/ _/ _/_/_/_/ _/_/_/ _/ _/
- This is a developer theme for Drupal 8, 9 and 10
- Docker-ce
Or
- Node.js
- Yarn
- PostCss
- Storybook
- Webpack
- Browsersync
- eslint
- stylelint
- Autoprefixer
- Drupal Color Module support
- Drupal breakpoints.yml config parser in css/js
- Svg sprite generation
- Several basic helpers which improves quality and perception of the web-sites. Read more
cd web/themes/custom
npx @skilld/kaizen-tg
and follow instructions. Or alternative installation using Dockerdocker run -it --rm -u $(id -u):$(id -g) -v "$PWD":/app -w /app node:lts-alpine npx @skilld/kaizen-tg
cd [theme_name]
yarn && yarn build
ormake install && make build
if you want to use docker instead of local
Run yarn cc
from theme dir
Run yarn storybook
from theme dir to init storybook
Run yarn lint-fix
from theme dir
Please contrib into kaizen if you have ideas or problems. We are on github. Feel free to open discussion or create pull requests.
This project is licensed under the MIT open source license.