Development
Setup
- Install Figma Desktop App.
- Install Node.js and yarn.
Start development
- clone this repository.
- run
yarn installto install dependencies. - run
yarn devto start the development server.
Install Local Figma plugin
- run
yarn devand check to exists./packages/plugin-figma/manifest.json - Open Figma Desktop App and open any file.
- Click Menu > Plugins > Development >
Import plugin from manifest... - select
manifest.json - Click Menu > Plugins > Development >
tuktuk