Merge branch 'main' into v10

This commit is contained in:
Moritz Klack
2022-03-03 17:15:17 +01:00
committed by GitHub
2 changed files with 0 additions and 11 deletions

View File

@@ -57,8 +57,6 @@ function Flow({ nodes, edges, onNodesChange, onEdgesChange, onConnect }) {
}
```
## Local Development
Before you start you need to install the React Flow dependencies via `npm install` and the ones of the examples `cd example && npm install`.
If you want to contribute or develop custom features the easiest way is to start the dev server: