Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

fgeierst/typo3-publicui-demo

Repository files navigation

TYPO3 Public UI Demo

Demonstation how to use Public UI Kolibri web components in an TYPO3 project.

Screenshot of TYPO3 frontend with public-ui navigation and a secondary button component

Prerequisites

  • Docker Desktop or Colima
  • DDEV
  • Mutagen needs to be enabled for HMR

Local installation guide

git clone https://github.com/fgeierst/typo3-publicui-demo.git
cd typo3-publicui-demo
ddev start
ddev composer install
ddev snapshot restore --latest
ddev pnpm install
ddev pnpm build:production

Login via https://typo3-publicui-demo.ddev.site/typo3 using these credentials:

  • Username: admin
  • Password: Password.1

Start Vite development server

ddev vite-serve start

Test the production build

ddev vite-serve stop
ddev pnpm build:production

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published