Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add instructions for developing and testing the plugin on figma #2

Open
thisbra opened this issue Oct 25, 2024 · 1 comment
Open

Comments

@thisbra
Copy link

thisbra commented Oct 25, 2024

No description provided.

@maximilianMairinger
Copy link
Owner

See https://help.figma.com/hc/en-us/articles/360042786733-Create-a-plugin-for-development for how to add it under development to your figma desktop app.

The setup is inspired by this guide: https://www.figma.com/plugin-docs/plugin-quickstart-guide/. The only difference is that npm run dev is the command you need to run to watch for changes and compile on save (so for devdelopment). Before publishing run npm run build. You need to run npm i before these commands work, for further details please refer to the link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants