Assuming you’re starting from “have an app that runs in localhost, good enough to launch”
At this point:
dev
and getting a local server runningBut if there are any other conflicts in your code, the following might error (just send the error to Claude)
You can ignore the error and warning on the right side, it’s just saying we’re not ready for a production deploy yet.
Hit the button to launch your frame and run through the basic functionality, if you have console.logs they’ll show up in the browser inspector so open that, if you have network calls they will also show up there.
If you have errors launching your frame or if it never loads, switch to the “Request” tab on the right panel in the image and double check that the data the debugger loaded is what you’d expect.
Try impersonating other users using the top menu of the debugger to see your logged out experience or to check it also works for other people.