statecharts / xstate-viz

MIT License
313 stars 63 forks source link

xstate-viz


ℹ️ Please see the newest Stately visualizer.


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