Skip to content

Commit 5e275a0

Browse files
authored
Merge pull request #16 from evilmartians/copilot/fix-af939332-75c5-4f18-a35a-1d75901c4467
Add testing instructions for Figma plugin development to README
2 parents b1c5e4a + 9b5e746 commit 5e275a0

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 `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.

0 commit comments

Comments
 (0)