diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index c11f5721..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 2 -updates: - - package-ecosystem: npm - directory: '/' - schedule: - interval: monthly - time: '04:00' - open-pull-requests-limit: 10 - target-branch: main diff --git a/README.md b/README.md index 9ae8d542..25a9c4a9 100644 --- a/README.md +++ b/README.md @@ -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: