Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 591 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 591 Bytes

Drupal project generator

This tool simplifies the creation of Drupal projects by automating the setup process. With just a few steps, you can have a fully functional Drupal project up and running.

Usage

To create a new project, follow these steps:

  • Install Lando.
  • Update the setup.sh file with the correct project name, Drupal version, and other project-specific details.
  • Run the following command:
./setup.sh

Sit back and relax as the script handles the rest, setting up your Drupal project automatically.

Happy coding! 🚀