Skip to content

A dashboard showing the results of continuous integration testing for ComfyUI

License

Notifications You must be signed in to change notification settings

Comfy-Org/comfyci-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A dashboard showing the results of continuous integration testing for ComfyUI

Resources

License