Tool: https://umbraperf.github.io/umbraperf
umbraperf/
│
├── src/ # Frontend (React)
│ ├── components/
│ ├── controller/
│ ├── model/
│ ├── style/
│ ├── types/
│ ├── app.tsx
├── crate/ # Backend (Rust)
│ ├── exec/
└── README.md # << You are here
Node version >= 18.0.0
yarn install
yarn start
React Flow Version 10 needs following migration to work with React v18: https://reactflow.dev/learn/troubleshooting/migrate-to-v10