Run the command below to install assest and tools from package.json
docker compose run --rm node yarn --cwd /app/web/themes/custom/itkdev/itkdev_base_theme install
Run the command below to continuesly build assets uppon file changes.
docker compose run --rm node yarn --cwd /app/web/themes/custom/itkdev/itkdev_base_theme watch
Run the command below to continuesly build assets once.
docker compose run --rm node yarn --cwd /app/web/themes/custom/itkdev/itkdev_base_theme build
Run the commands below to check and apply coding standards
docker compose run --rm node yarn --cwd /app/web/themes/custom/itkdev/itkdev_base_theme install
docker compose run --rm node yarn --cwd /app/web/themes/custom/itkdev/itkdev_base_theme coding-standards-apply
docker compose run --rm node yarn --cwd /app/web/themes/custom/itkdev/itkdev_base_theme coding-standards-check
Images you should consider adding in the theme
- screenshot.png Screenshot of the page for presentation in the admin
- favicon.ico Classic favicon for the browser
- logo.svg Default system branding for the theme