This project has been created with @adobe/create-ccweb-add-on. This Addon allows users to interact with OpenAI's models to build creative solutions to their projects on Adobe Express.
- HTML
- CSS
- JavaScript
- Create a .env file with the following information
PORT=3001
PORTWS=5001
OPENAI_API_KEY=YOUR_API_KEY
- To install the dependencies, run
npm install. - To build the application, run
npm run build. - To start the application, run
npm run start. - To start the server for the application, run
npm run start-server.