You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Run `netlify dev --live` will give [proxy your local machine](https://docs.netlify.com/cli/local-development/#share-a-live-development-server) to the *world**wide**web*.
45
-
2. Test that link in either:
46
-
+ The Warpcast Embed UI: https://warpcast.com/~/developers/embeds
47
-
+ The Frames.js hosted debugger: https://debugger.framesjs.org/debug
48
-
49
-
#### Local & reliable:
50
-
51
-
Follow instructions here on how to setup the Frame.js debugger locally: https://github.com/depatchedmode/simplest-frame/issues/22#issuecomment-1930909371
52
-
53
-
**Note: you'll still need to be connected to the internet for Hubs communication ... unless you run your own locally**
43
+
The Frames.js debugger can be run locally for testing by following these instructions: https://framesjs.org/guides/debugger#local-debugger-cli
54
44
55
45
### Defining your Frame
56
46
@@ -68,6 +58,7 @@ You may encounter a 502 gateway error after deployment on the `/og-image` endpoi
0 commit comments