From fe7a57448c865b6558a30a4ef09c547c42caf595 Mon Sep 17 00:00:00 2001 From: javidev Date: Fri, 17 Jan 2025 19:10:32 +0100 Subject: [PATCH] docs(www): add instructions to start the dev CLI --- apps/www/content/docs/blocks.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/www/content/docs/blocks.mdx b/apps/www/content/docs/blocks.mdx index a895449264b..7b0c15e17a5 100644 --- a/apps/www/content/docs/blocks.mdx +++ b/apps/www/content/docs/blocks.mdx @@ -29,6 +29,12 @@ git checkout -b username/my-new-block pnpm install ``` +### Start the dev CLI + +```bash +pnpm shadcn:dev +``` + ### Start the dev server ```bash