Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 329 Bytes

File metadata and controls

17 lines (15 loc) · 329 Bytes

React Figma Plugin Template

Running locally

Install packages

npm i

If you are using another package manager like yarn/pnpm then delete package-lock.json file and use a relevant commant for your package manager to install packages.

Build

npm run build

If you want to watch

npm run watch