xstate-viz
xstate-viz copied to clipboard
Make visualiser exportable as static NextJS export
I'm trying to make this repo build to a static site that can be hosted on S3.
Seeing in the source the reliance on Supabase for Auth, and needing to be server based. Is there a way to optionally disable/remove all auth functionality and be able to build this to a static nextjs export? Or is there some other dependency that would prevent it?
Just looking to inspect a running machine, see the visualisation etc while developing. (In addition to having Redux dev tools open of course)
Many thanks.