Skip to content

[TASK] Add automated setup command

Add the command ddev typo3-init which combines all commands in the "Quickstart" section.

When merged there are only two steps to have a up and running project:

  1. git clone <repository>
  2. ddev typo3-init

Fixes: #9 (closed)

Merge request reports