From 8a3e5341367e4a9e5ec696ba674ef38b2414367c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=B6ller?= Date: Mon, 11 Jul 2022 18:01:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f1e23b7a..7865e717 100644 --- a/README.md +++ b/README.md @@ -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: