Clone the repository into the following directory depending on your platform:
- macOS:
~/Library/Application Support/Local Beta/addons
yarn install
npm pack
- Install the newly generated tarball from disk within Local
- Clone repo directly into the addons folder (paths described above)
yarn install
npm run build
- Open Local and activate addon
All files in /src
will be transpiled to /lib
using TypeScript. Anything in /lib
will be overwritten.
MIT