Studio Developer Manual / Version 2207
Table Of ContentsSetting Up the Workspace
CoreMedia Content Cloud comes with a fully preconfigured, Maven and pnpm based development workspace. Details on how to get and set up your development environment are described in the [Blueprint Developer Manual]. You will find guidance for the following topics:
Required third-party software, such as Maven and pnpm.
Getting CoreMedia Blueprint.
Installing CoreMedia Blueprint.
Configuring all components.
Building the workspace.
Starting the components.
The recommended development setup is to use the workspace apps/studio-client
for
client-side changes and apps/studio-server
for server-side customizations.
For the latter, you may additionally need to change shared code in workspace shared/middle
or, in rare cases, shared/common
.
Setting Up the IDE
Once you have set up the workspace, you may configure your IDE as described in Chapter 7, Developing with the Studio Client Workspace.