This is a starterkit theme and is totally experimental for now.
A modern Drupal theme built with Tailwind CSS v4 and Single Directory Components (SDC).
- Drupal 11
- Tailwind CSS v4
- Vite (build tool)
- Single Directory Components (SDC)
- Node.js v22.14.0
This theme requires Node.js v22.14.0. If you use nvm (Node Version Manager), the correct version will be automatically selected.
-
Use the correct Node.js version:
nvm use
-
Install dependencies:
npm install
Run the development build with watch mode (automatically rebuilds on file changes):
npm run devCreate an optimized production build:
npm run buildThis theme uses Drupal's Single Directory Components architecture. Each component is self-contained in its own directory with:
- Component definition (
.component.yml) - Twig template (
.twig) - Styles (imported into Vite build)
- Documentation (
README.md)
Components are located in the /components directory.