This Git repository is intended for use by our dedicated teams at the TYPO3 Surfcamp.
The project is based on the current development branch of TYPO3 v13.x, using Composer. The configuration happens via .env
thanks to the underlying package vlucas/phpdotenv
.
- having Docker installed locally (see https://docs.docker.com/get-docker/)
- having DDEV installed locally (see https://ddev.readthedocs.io/en/stable/#installation)
ddev start
ddev composer install
- Backend: https://surfcamp-team1.ddev.site/typo3
- Username:
admin
- Password:
John3:16
# HEADS UP: All files in the local `public/fileadmin/` will be overridden, that means:
# all files that are not present in `data/files/public/fileadmin/` will be deleted from fileadmin
ddev pull assets
# HEADS UP: All files in the local `data/files/public/fileadmin/` will be overridden, that means:
# all files that are not present in `public/fileadmin/` will be deleted from fileadmin
ddev push assets
npm install
npm run build:typo3 // Frontend dev compilation into local_packages/corporate/Resources/Public/Dist
npm run watch // Frontend dev watcher into local_packages/corporate/Resources/Public/Dist
######Tested with: Node v14.19.3