packageManager field)git clone https://github.com/owdproject/client.git
cd client
pnpm install
pnpm dev
Open the URL from the terminal (often http://127.0.0.1:3000).
Configuration: desktop/desktop.config.ts.
Change theme or apps there, or use the CLI:
pnpm desktop add theme-paper --dev
pnpm desktop add app-todo --dev
npm create owd
cd client
pnpm install
pnpm dev
Or: desktop init <dir> after installing @owdproject/core globally / via pnpm exec.
Each publishable app/theme has a playground/ mini-desktop:
cd themes/theme-paper # or apps/app-about
pnpm install
pnpm run dev
From the package directory you can also run:
pnpm exec desktop dev
desktop validate .