Installation Instructions
Prerequisites
Node.js 18+
Adobe I/O CLI
Adobe Console preparation
Create a new project
Go to console.adobe.io and create a new project from template: "App Builder"
To required environment add:
I/O Events
Installation
Step 1: Clone the repository
Step 2: Run npm install to install the dependencies
Step 3: Go to ( https://developer.adobe.com/console ) Project, select Environment, and click on the "Download All" button.
Step 4: Execute the aio app use <path-to-file> with the file you just downloaded. (Merge files if you already have a .env file)
Step 5: Edit the .env file with your project details. Set the following variables:
COMMERCE_URL= (Enter your Adobe Commerce system's base URL.)
COMMERCE_ACCESS_TOKEN= (Enter your Adobe Commerce system's admin authentication token.)
Step 6: Run aio app deploy to deploy the app.
Last updated