This is my own TYPO3 site template to make faster a project to Bootstrap.
- Install Project over composer
composer create-project narkniro/typo3-site-template
- Copy .env-example .env
copy .env-example .env
- Generator encryption key and fill the .env
./bin/generate-entcript-key
- Generator the install tool password and fill the .env
./bin/generate-install-password string
- Start the docker ddev system
ddev start
- Execute the composer install:full in ddev
ddev composer install:full