Frontend Developer Manual / Version 2207
Table Of Contents
The Frontend Workspace contains a number of example themes. Just like Section 6.4, “Example Bricks” can
be found in the bricks/
all example themes be found in the themes/
folder
of the frontend workspace.
CoreMedia Blueprint currently contains the following themes for the example websites:
Caution
All listed themes are considered to be an example which is subject to change. If you want to reuse one of our themes you should create a copy of the theme and to change the package name in its "package.json". It is also advised to change the name of the theme in the theme configuration.
All themes support the same pnpm scripts to install, build, develop and deploy themes. Run the following scripts inside a folder of a theme.
Installation
pnpm install
Building
pnpm build
Development
pnpm start
Deployment
pnpm deploy