From 5dec619c270eb2e4b9975b9c93111e1b44c61bac Mon Sep 17 00:00:00 2001 From: convoy2337 Date: Tue, 2 Dec 2025 17:03:40 +0300 Subject: [PATCH] Clarify local dev workspace context --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index efa3d4fc42e..267e46672c1 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ To start a development server on localhost, run `yarn workspace @app/ d For example, to start the `web` app locally, you would run `yarn workspace @app/web dev`. +Run these workspace commands from the monorepo root so Yarn can resolve the workspace names correctly. + ## Projects There are three projects which can be run individually.