From 8796f9b4f6ed335d0eae6b8c77d591930ffe3f37 Mon Sep 17 00:00:00 2001 From: Aidan <104831665+aidanCQ@users.noreply.github.com> Date: Sun, 17 Dec 2023 20:27:25 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd4cb40..8033d03 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Quantinuum design tokens and React components. Based on [shadcn](https://ui.shadcn.com/), an opinionated tailwind / radix-ui theme. Shadcn isn't a direct dependency but has a CLI tool to generate components into this repo based on `components.json`. -Run storybook and tailwind compiler in watch mode +Run storybook ```bash npm run dev ```