Development
Setup
- Install Figma Desktop App.
- Install Node.js and yarn.
Start development
- clone this repository.
- run
yarn install
to install dependencies. - run
yarn dev
to start the development server.
Install Local Figma plugin
- run
yarn dev
and 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