Studio Developer Manual / Version 2207
Table Of Contents
Building the CoreMedia Studio client application can be achieved via pnpm from the
apps/studio-client
folder using the following commands:
pnpm install pnpm -r run build
Next, start the CoreMedia Studio client application by changing
into the apps/studio-client/global/studio
directory and using the following command:
pnpm run start
More details on how to build and start CoreMedia Studio, as well as how to run tests with it, are described in Chapter 7, Developing with the Studio Client Workspace. Additionally, see Section 8.3, “Debugging” for details on how to debug.