Repository URL to install this package:
|
Version:
1.0.3 ▾
|
| generators |
| package.json |
| README.md |
First, install Yeoman and generator-drupal-melt using npm (we assume you have pre-installed node.js).
npm install -g yo npm install -g generator-drupal-melt
Then generate your new project:
yo drupal-melt
The system-check generator will attempt to validate that you have the expected software to be installed on your machine. This is a hand first stop to diagnose your environment if you are having issues running any of the other generators or running Drupal locally.
yo drupal-melt:system-check
Tests are ran through npm.
npm test
yo lando-config
This will configure your Drupal project to run with Lando on your machine. This assumes you already have Lando installed and a .lando.yml is present in your project.