Get going quickly with TYPO3 CMS.
ddev config
- Give a name and select typo3 project
ddev composer install
- In .ddev/config.yaml set line 3
docroot: "public"
To start your dev environement execute
ddev start
- open your browser at "http://[PROJECTNAME]].ddev.site" or "http://127.0.0.1:32769"
GPL-2.0 or later