From f9912ec27086e5f7d149d7bf139e872826cca3ff Mon Sep 17 00:00:00 2001 From: Fawad Shaikh Date: Sun, 1 May 2022 09:17:08 -0400 Subject: [PATCH] added npm run build instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 137ef9e3..90993f79 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ function Flow({ nodes, edges, onNodesChange, onEdgesChange, onConnect }) { } ``` -Before you start you need to install the React Flow dependencies via `npm install` and the ones of the examples `cd example && npm install`. +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: