Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.47 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.47 KB

ComfyCI Dashboard

Built using NextJS.

Getting Started

Set up IDE

VSCode

Install Prettier + Eslint extensions.

  • .vscode/settings.json.default is available, it is set up in the workspace to lint + format code on save.
    • Copy to settings.json to use it
    • But also maybe don't because the existing code doesn't stick to that formatter at all

Local Development

Generate Code Stub based on OpenAPI Spec

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.

Deployments

Production

Make a PR to the main branch. Once merged, Vercel will deploy to https://comfyci.org