Skip to content

Commit 8c795d1

Browse files
Copilotmikhin
andcommitted
Add testing section to README explaining Figma plugin setup and usage
Co-authored-by: mikhin <38258318+mikhin@users.noreply.github.com>
1 parent 94287de commit 8c795d1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Readme.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,23 @@ Build the plugin:
5757
pnpm build
5858
```
5959

60+
## Testing the Plugin in Figma
61+
62+
### Setting up the Plugin for Testing
63+
64+
1. **Build the plugin** using the command above to generate the necessary files
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.

0 commit comments

Comments
 (0)