The frontend React App for Comfy Registry.
Registry React Frontend Github
Registry CLI Github
Install Prettier + Eslint extensions.
.vscode/settings.json
is set up in the workspace to lint + format code on save.
Run the development server
git checkout dev
brew install pnpm
pnpm install
pnpm run dev
Open http://localhost:3000 with your browser to see the result.
Start the dev server.
Currently, the Orval spec is in orval.config.js
. It points to the OpenAPI spec in your localhost server. This can be changed to staging or prod.
npx orval
This generates react queries that you can use in your Components.
Make a PR to the main
branch. Once merged, Vercel will deploy to https://comfyregistry.org
To enable CORS on the google cloud storage bucket, reference the cors.json
file. More info here.
gcloud storage buckets update gs://comfy-registry --cors-file=cors.json