File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,23 @@ Build the plugin:
5757pnpm build
5858```
5959
60+ ## Testing the Plugin in Figma
61+
62+ ### Setting up the Plugin for Testing
63+
64+ 1 . ** Build the plugin** using ` pnpm build ` or ` pnpm dev ` to ensure the latest changes are included.
65+ 2 . ** Open Figma Desktop** (the plugin development requires the desktop version, not the web version)
66+ 3 . ** Import the plugin** :
67+ - Go to ** Menu → Plugins → Development → Import plugin from manifest...**
68+ - Navigate to your project directory and select the ` manifest.json ` file
69+ - The plugin will appear in your ** Development** section under Plugins
70+
71+ ### Running the Plugin
72+
73+ 1 . ** Launch the plugin** :
74+ - Go to ** Menu → Plugins → Development → Polychrom**
75+ - Or use the shortcut ** Cmd/Ctrl + /** and search for "Polychrom"
76+
6077## Contributing
6178
6279- Fork the repository.
You can’t perform that action at this time.
0 commit comments