Hi
I followed the same steps given in this tutorial to create a Custom UI Forge app with Configuration options.
-
Entered a name for the app
-
Selected the Custom UI category from the list
-
Chose the confluence-macro template
-
Navigated to the app subdirectory to view the app files
Then I ran the following commands:
cd static
cd hello-world
npm install
npm run build
cd ../..
forge deploy
forge install
