It is recommended to clone this repository inside of a bare directory.
You can then point Companion to the parent directory, so that it can discover the repository directory
- Install dependencies with
pnpm - Transpile from TypeScript to JavaScript with
pnpm transpile - Package for distribution with
pnpm packageorpnpm package:dev
- Run
pnpm buildto lint and build (inc transpile)