File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -51,19 +51,19 @@ The installation process clones [the Experience Builder module](https://www.drup
5151Any time you update the Experience Builder module or modify its front-end code, be sure to rebuild the UI app assets:
5252
5353``` shell
54- ddev ui-build
54+ ddev xb- ui-build
5555```
5656
5757When developing the React app, make sure to use the HTTPS URL of your DDEV project, then run:
5858
5959``` shell
60- ddev ui-dev
60+ ddev xb- ui-dev
6161```
6262
6363To completely reinstall Drupal and the Experience Builder module, run:
6464
6565``` shell
66- ddev site-install
66+ ddev xb- site-install
6767```
6868
6969For the full list of available Experience Builder commands, run this:
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ drush site:install -y \
1212 --site-name=" XB Local Dev"
1313
1414# Enable the Experience Builder module.
15- drush en -y experience_builder
15+ drush pm:install -y \
16+ experience_builder \
17+ xb_dev_standard
1618
1719# Without a cache rebuild, Drupal can't find test modules, leading to a WSOD.
1820drush cache:rebuild
You can’t perform that action at this time.
0 commit comments