React-based starter for developing Figma plugins
Install the Figma desktop app and node.js
Clone the project repo
git clone https://github.com/sethvm/figwalk.git
Install the project dependencies
cd figwalk
npm install
Refer to the Figma API documentation for details on developing plugins
Run the following command to build for development
npm run dev
Plugin assets are stored in the src directory
Format code
npm run format
Formatter can be configured by editing .prettierrc — refer to the Prettier Options page for a list of all available options
Compile the plugin for production
npm run build
NOTE: this template is NOT configured for building FigJam plugins
In the Figma desktop app, Navigate to the Plugins menu via the user dropdown
Under In development, open the menu and select Import plugin from manifest...
Select the manifest.json file in the project root folder
Open any Figma board and load the plugin from the Plugins > Development menu