mathias21 / xstate-viz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:TypeScript 97.1%Language:HTML 1.8%Language:JavaScript 0.6%Language:CSS 0.5%