Claude Design (Open Design)

 

Preinstall and configure within WSL "Claude Code". (refer to our Claude Code guide, for instructions on how to Install\Configure Claude Code).

Ensure Claude Code is in the path and accessible.

Then run the following commands.

git clone https://github.com/nexu-io/open-design.git
cd open-design
corepack enable
corepack pnpm --version   # should print 10.33.2
pnpm install
pnpm tools-dev run web

# open the web URL printed by tools-dev, Claude Code should be detected automatically.