Below are the steps to get your plugin running. You can also find instructions at:
https://www.figma.com/plugin-docs/plugin-quickstart/
This plugin template uses Typescript and PNPM, two standard tools in creating JavaScript applications.
- Install pnpm if you don't have it already:
npm install -g pnpm
- Install dependencies by running
pnpm install
- Run development environment by running
pnpm run dev
, this will runpanda --watch
andrspack --watch
in parallel