typo3-incubator / theme-fcbigfoot
FC Bigfoot Football Club Theme
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:CSS
Type:typo3-cms-extension
Requires
- php: >=8.3.0
- typo3/cms-backend: ^13.4
- typo3/cms-core: ^13.4
- typo3/cms-filelist: ^13.4
- typo3/cms-form: ^13.4
- typo3/cms-frontend: ^13.4
- typo3/cms-indexed-search: ^13.4
- typo3/cms-rte-ckeditor: ^13.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.75
- typo3/cms-belog: ^13.4
- typo3/cms-info: ^13.4
- typo3/cms-install: ^13.4
- typo3/cms-lowlevel: ^13.4
- typo3/cms-tstemplate: ^13.4
This package is auto-updated.
Last update: 2025-04-03 10:41:27 UTC
README
Setup
In order to setup the extension you need to install the extension with composer or via the extension manager in TYPO3
composer req typo3-incubator/theme-fcbigfoot
- add dependency to
config.yaml
dependencies:
- typo3-incubator/theme-fcbigfoot
- ...
Frontend build process
Run into the root of the project the following command to install all required Node dependencies
ddev composer npm-install
(This is also executed automatically after running composer install
)
Run the following commands to compile SCCS/JS or to watch assets:
ddev composer watch-assets ddev composer compile-css ddev composer compile-js ddev composer compile-assets
Development Setup
ddev start
ddev composer install
ddev exec .build/bin/typo3 setup