Clone the repository into the following directory depending on your platform:
- macOS:
~/Library/Application Support/Local/addons
yarn install
- Enable global cli from the Local app > Overview > Global Cli > Enable .
- You have to restart your site after enabling the option to make it work.
yarn buildoryarn watch
All files in /src will be transpiled to /lib using Babel after running yarn watch or yarn build. Anything in /lib will be overwritten.
MIT