This sample project is a companion to the Getting Started 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.
VITE_API_KEY="your-api-key-here!"- 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.