Comfy Org Landing Page

The frontend React App for Comfy Org.

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.

Deployments

Production

Make a PR to the main branch. Once merged, Vercel will deploy to production.