diff --git a/20260416160225.md b/20260416160225.md index 90becd1..b3a1dd7 100644 --- a/20260416160225.md +++ b/20260416160225.md @@ -21,3 +21,13 @@ ddev drush site:install standard --account-name=admin --account-pass=admin -y # Open the site in your browser ddev launch +============================================ +ddev start # Start the environment +ddev stop # Stop it +ddev launch # Open site in browser +ddev drush cr # Clear caches (very frequent for theme work) +ddev drush uli # Get one-time login link +ddev composer require ... # Add modules/themes +ddev npm install # If your theme uses npm/Vite/Webpack +ddev logs -f # Watch logs +ddev ssh # Shell into the web container if needed