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

Repository files navigation

ComfyCI Dashboard

Built using NextJS.

Getting Started

Set up IDE

VSCode

Install Prettier + Eslint extensions.

.vscode/settings.json is set up in the workspace to lint + format code on save.

Local Development

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.

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published