Skip to content

A TYPO3 demo package to showcase the functional colors system

License

Notifications You must be signed in to change notification settings

peter-neumann-dev/typo3-functional-colors

Repository files navigation

TYPO3 Functional Colors Demo Package

TYPO3 PHP MariaDB DDEV Composer Node.js NPM Rollup Prettier ESLint Stylelint Gitmoji

Functional Colors Demo Image

Read me before launching any rockets! 🚀

🌐 Environments

Development

🔧 Setup project

Start the DDEV project

ddev start

Create a local backend user with

ddev typo3 backend:createadmin

Import database and files

ddev exec rsync -avzhP assets/initialisation/fileadmin/ public/fileadmin/
ddev import-db --no-drop --file=assets/initialisation/database.sql.gz

Build frontend assets

ddev npm run build

🗑️ Delete DDEV project

This will delete a project's database, DDEV's record of the project's existence, all locally installed packages, generated and temporary files.

Will never touch your code or git included files.

ddev exec rm -rf var vendor node_modules public/typo3 public/typo3conf public/_assets public/index.php public/typo3temp
ddev delete -O

About

A TYPO3 demo package to showcase the functional colors system

Resources

License

Stars

Watchers

Forks