Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 419 Bytes

File metadata and controls

12 lines (8 loc) · 419 Bytes

Development

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 package or pnpm package:dev

  • Run pnpm build to lint and build (inc transpile)