You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: emulsify-drupal/emulsify-drupal/advanced-usage/lando-environments.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,12 @@ description: Use Lando to make your development environment portable
20
20
21
21
### Basic Lando stack
22
22
23
-
1.The `drupal9` recipe can handle most the work for us
23
+
1. The `drupal9` recipe can handle most the work for us
24
24
25
25
```yaml
26
26
recipe: drupal9
27
27
```
28
-
3. Both NodeJS and NPM needs to be available at a project level. Using npm the emulsify cli command can also be installed. This and npm can both be made available via Lando tooling.
28
+
2. Both NodeJS and NPM needs to be available at a project level. Using npm the emulsify cli command can also be installed. This and npm can both be made available via Lando tooling.
0 commit comments