Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 317 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 317 Bytes

Contribution Guide

  1. Clone the project.
  2. Open the Figma desktop app and create a new plugin.
  3. Point towards the manifest.json file at the root of the project.
  4. Run npm install.
  5. Make your changes
  6. Run npm run build
  7. Load the plugin in Figma and verify.
  8. Open a pull request with your changes.