Merge pull request #2116 from fawadasaurus/run-build-doc

added npm run build instruction
This commit is contained in:
Moritz Klack
2022-05-22 15:57:29 +02:00
committed by GitHub
+1 -1
View File
@@ -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: