It looks like you have not initialized a PSC yet!
NOTE: All commands below, unless otherwise specified, should get executed in the cloned project's root folder (the git root).
To set up a PSC for this application, please install an up to date version of:
Then install our command line interface globally in your workspace:
npm install --global @wuespace/telestion-client-cli
After the installation, initialize a new PSC:
tc-cli init
Finished!