/xstate-viz

Primary LanguageTypeScriptMIT LicenseMIT

xstate-viz

This is a visualizer for finite state machines and statecharts, specifically.

See it in action at https://statecharts.github.io/xstate-viz/.

Super quick start

In the root and public directory (xstate-viz/ & xstate-viz/public) run

npm i

In root run

npm link

In public run

npm link @statecharts/xstate-viz

In root run

npm run develop