This sample project is a companion to the Workflow Tethering tutorial for the Adobe Express Embed SDK.
- Make sure you have an Embed SDK API Key. If you don't have one, follow the instructions in the Quickstart guide.
- Locate the
.envfile in the project root and add your Embed SDK API Key to theAPI_KEYfield. Your API Key should allowlistlocalhost:5555.
VITE_API_KEY="replace-with-your-Embed-SDK-API-key-allowlisting-localhost:5555"- Install the dependencies:
npm install- Start the local server:
npm run start- Open your browser and navigate to https://localhost:5555.
Please refer to the Tutorial for a detailed guide on how to use this sample project.