This is prototype code foe a state and transition model generator using ReactFlow.
npm install # or `pnpm install` or `yarn install`Vite is a great development server and build tool that we recommend our users to use. You can start a development server with:
npm run devWhile the development server is running, changes you make to the code will be automatically reflected in the browser!
- Create a new custom node inside
src/nodes/(don't forget to export it fromsrc/nodes/index.ts). - Change how things look by overriding some of the built-in classes.
- Add a layouting library to position your nodes automatically
Links:
Learn:
