From 8203398061a9a5664addd861a4c5ec069b31f0aa Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Mon, 16 Dec 2024 19:39:46 -0800 Subject: [PATCH] Clean up README. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fbe9f96..a19be52 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ # registry-backend -The backend API server for [Comfy Registry](https://comfyregistry.org) and [Comfy CI/CD](https://comfyci.org). +The server that backs ComfyUI Registry, a public collection of custom node packs used in ComfyUI. Read the [docs]() to publish your first node. Browse existing nodes at https://registry.comfy.org. -Join us at our [Discord](https://discord.gg/comfyorg) +The backend API server for [Comfy Registry](https://registry.comfy.org) and [Comfy CI/CD](https://ci.comfy.org). -Registry React Frontend [Github](https://github.com/Comfy-Org/registry-web) +[Discord](https://discord.gg/comfyorg) -Registry CLI [Github](https://github.com/Comfy-Org/comfy-cli) +[Registry Frontend](https://github.com/Comfy-Org/registry-web) + +[cli](https://github.com/Comfy-Org/comfy-cli) ## Local Development ### Golang -Install Golang: - - +Install Golang [here](https://go.dev/doc/install). Install go packages