Testing Webpack Config using Lando.
This project is based on Lando.
To set up your local environment and begin developing for this project you need to run the following commands in the root directory of the project.
composer install --ignore-platform-reqs
(Required in order to install Drupal 9)
lando start
(refer to the Lando documentation. Kindly note that you do not need to run lando init
as the project already contains a .lando.yml
.)
cd themes/custom/d9emulsified/
yarn install
yarn build
- Setup D9 site using defaults (
lando info
) and login to Drupal using the config you created. - Enable the following modules (for now kindly do enable it manually, I'll send a config later on):
Layout Builder, Layout Discovery, Media, Media Library, Responsive Image, Admin Toolbar, Admin Toolbar Extra Tools, Admin Toolbar Links Access Filter, Devel, Devel Kint Extras, Emulsify Twig Extensions Module, Components, Token, Views Infinite Scroll
- Primary development branch: dev
- Local environment: lando
- Local drush alias:
lando drush
- Local site URL: Generated by
lando start
- Database Info:
lando info
- Drupal Composer alias
lando composer
- Drupal 9 - link me!
- Webpack - link me!
- Lando - link me!
- Storybook via Emulsify Theme - link me!