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

dev-main 2025-04-03 10:41 UTC

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