You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,32 +2,17 @@
2
2
3
3
# Emulsify Drupal Starter
4
4
5
-
**Emulsify Drupal Starter** is the Drupal theme scaffold installed by the Emulsify CLI. It lets teams create an installable Emulsify child theme in a separate Git repository and build the theme outside of a Drupal installation.
6
-
7
-
This starter is aligned with the current Whisk starter from the Emulsify Drupal base theme. Generated themes target Drupal `^11.3 || ^12`, use Emulsify Core 4, and run Storybook plus theme asset builds through Vite.
5
+
**Emulsify Drupal Starter** is a scaffolding repository for the Emulsify CLI. It creates an installable Drupal theme.
-[Emulsify Drupal base theme](https://www.drupal.org/project/emulsify)
18
-
-`drupal/emulsify_tools:^2.0`
19
-
20
11
### Installation
21
12
22
13
`emulsify init --platform drupal <name>`
23
14
24
-
The generated theme is configured as a child theme of the Emulsify Drupal base theme and includes the matching favicon settings schema, Storybook configuration, and Vite-based build scripts.
25
-
26
-
### Local Development
27
-
28
-
-`npm run build` builds the theme assets with Vite.
29
-
-`npm run develop` runs Vite in watch mode alongside Storybook.
30
-
-`npm run storybook-build` builds static Storybook output.
15
+
**Note:** Installing a customized Emulsify Drupal theme requires the [Emulsify base theme](https://www.drupal.org/project/emulsify).
0 commit comments