This is a Hello World extension for Launch. It can be used as a starting template for developing your own Launch edge extension.
For more information regarding Launch extension development, please visit our developer documentation. Note the Scaffold tool and Extension Sandbox will be helpful in developing your own Launch edge extension.
Before running the sandbox, you must first have Node.js installed on your computer. Your npm version (npm comes bundled with Node.js) will need to be at least 7.0.0. You can check the installed version by running the following command from a command line:
npm -v
Once Node.js is installed, run the sandbox by executing the following command from the command line within your project's directory:
npx @adobe/reactor-sandbox
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the MIT License. See LICENSE for more information.