This is a template project to help you setup Figma plugin along with
Follow this guide to create your Figma plugin.
Then copy the id
from manifest.json
to the cloned project's manifest.json
.
Finally, run this command:
yarn
and
yarn build:watch
This will run webpack in the development mode.