From 8b77dde55a1fd5060b76a64093588570fca77573 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Mon, 9 Sep 2024 17:51:44 +0900 Subject: [PATCH] [skip ci] Update litegraph dev guide (#770) --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 464afcc17..81031d77c 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,15 @@ core extensions will be loaded. ### LiteGraph -This repo is using litegraph package hosted on https://github.com/Comfy-Org/litegraph.js. Any changes to litegraph should be submitted in that repo instead. +This repo is using litegraph package hosted on . Any changes to litegraph should be submitted in that repo instead. + +### Test litegraph changes + +- Run `npm link` in the local litegraph repo. +- Run `npm uninstall @comfyorg/litegraph` in this repo. +- Run `npm link @comfyorg/litegraph` in this repo. + +This will replace the litegraph package in this repo with the local litegraph repo. ## Deploy