A Vite, TailwindCSS 4 & Drupal theme
Lando.dev is a local development environment tool that allows you to run your Drupal site in a containerized environment. This guide will help you set up Lando for your Drupal 11 site with TailwindCSS 4.
# Install Lando to site tailwind.lndo.site
lando start
# Install Drupal 11
lando composer install
# Install Node.js dependencies
lando package
# Install Vite Build
lando build
# Install Vite Dev
lando dev
Twig debugging can be enabled via Admin > Configure > Development settings (/admin/config/development/settings).
$settings['hot_module_replacement'] = TRUE;