diff --git a/.changeset/funny-months-float.md b/.changeset/funny-months-float.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/funny-months-float.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 00e4380dc..26791fe24 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,6 +89,14 @@ pnpm install pnpm dev # runs the website and playgrounds ``` +To start the CLI: + +```bash +pnpm build +cd apps/cli +pnpm dev -b +``` + Useful commands: * `pnpm dev` — start all dev servers