I created a basic checkout-ui app that displays a checkout disclaimer but I need help figuring out how to “publish” it.
I built the app using Typescript/React and connected to my Shopify Partner account using “npm run dev” in terminal. This allows me to preview the app and lets me view the checkout disclaimer… but if I quit the preview then the disclaimer doesn’t show anymore.
Here are the steps I’ve taken.
- npm init @Shopify_77 [email removed]
- named project
- added first extension
- npm run shopify app generate extension
- create new app
- selected checkout ui extension
- Javascript React
- press P to preview in browser
- Clicked “install app” in top left
I need help “publishing” or “deploying” the app. Is there someone that can provide me documentation on this? The functionality is built, I just need help getting across the finish line.