lando start
- Navigate to: https://decoupled.lndo.site
- Install Drupal with "Standard" profile
- Enter database credentials:
- Username: drupal10
- Password: drupal10
- Database: drupal10
- Host: database
lando drush en next_jsonapi admin_toolbar_tools -y
- Add a pathauto pattern alias for Articles as blog/[node:title]
- Create an Article
- Copy the contents of the .env.local example below into
next
lando next
- Navigate to: http://next.decoupled.lndo.site
lando storybook
- Navigate to: http://storybook.decoupled.lndo.site
# See https://next-drupal.org/docs/environment-variables
NEXT_PUBLIC_DRUPAL_BASE_URL=https://decoupled.lndo.site
NEXT_IMAGE_DOMAIN=decoupled.lndo.site
# Required for On-demand Revalidation
DRUPAL_REVALIDATE_SECRET=secret