Skip to content

sethvm/figwalk

Repository files navigation

🔌 FigWalk

React-based starter for developing Figma plugins

📝 Prerequisites

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

✒️ Development

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

💻 Running in Figma

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

About

🔌 React-based Figma plugin starter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors