Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.45 KB

File metadata and controls

52 lines (31 loc) · 1.45 KB

figma

This Aha! Develop extension allows you to embed your Figma designs into Aha!.

It provides these contributions:

  • Figma attribute - Link a Figma design to a record in Aha! to see a live preview of the design.
  • Figma panel - Embed a Figma design in a note in Aha! to see a live preview of the design.

Demo

demo

Installing the extension

Note: In order to install an extension into your Aha! Develop account, you must be an account administrator.

Install the figma extension by clicking here.

Working on the extension

Install aha-cli:

npm install -g aha-cli

Clone the repo:

git clone https://github.com/aha-develop/figma.git

Note: In order to install an extension into your Aha! Develop account, you must be an account administrator.

Install the extension into Aha! and set up a watcher:

aha extension:install
aha extension:watch

Now, any change you make inside your working copy will automatically take effect in your Aha! account.

When you are finished working on your extension, build it so that others can install it through its URL:

aha extension:build

To learn more about developing Aha! Develop extensions, including the API reference, the full documentation is located here: Aha! Develop Extension API