# SvelteFlow
A highly customizable Svelte component for building interactive graphs and node-based editors. **This package is currently under heavy development and the API is very likely to change.**
## Getting started
If you want to check out the current version you need to run the following command from the root directory:
1. `pnpm install` - installs dependencies
2. `pnpm build` - needs to be done once
3. `pnpm dev` - starts dev server
You can now access the examples under http://127.0.0.1:5173
## A basic flow
A basic flow looks like this:
```svelte
console.log('on node click', event)}
>
```