Update README.md

This commit is contained in:
Christopher Möller
2022-07-11 18:01:01 +02:00
committed by GitHub
parent a47f1c1382
commit 8a3e534136

View File

@@ -63,6 +63,8 @@ function Flow({ nodes, edges, onNodesChange, onEdgesChange, onConnect }) {
}
```
## Development
Before you start you need to build the project using `npm run build`. Then 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: