Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.07 KB

File metadata and controls

30 lines (19 loc) · 1.07 KB

Adobe Express Embed SDK Workflow Tethering tutorial

This sample project is a companion to the Workflow Tethering tutorial for the Adobe Express Embed SDK.

Running the sample

  1. Make sure you have an Embed SDK API Key. If you don't have one, follow the instructions in the Quickstart guide.
  2. Locate the .env file in the project root and add your Embed SDK API Key to the API_KEY field. Your API Key should allowlist localhost:5555.
VITE_API_KEY="replace-with-your-Embed-SDK-API-key-allowlisting-localhost:5555"
  1. Install the dependencies:
npm install
  1. Start the local server:
npm run start
  1. Open your browser and navigate to https://localhost:5555.

Learn more

Please refer to the Tutorial for a detailed guide on how to use this sample project.