From f9e49381dbd4e7c6908291834cd240410c7d1068 Mon Sep 17 00:00:00 2001 From: arntiloop Date: Mon, 1 Dec 2025 00:07:32 +0300 Subject: [PATCH] docs: note local dev workspace context. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index efa3d4fc42e..7581c568a68 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 commands from the repository root so that the appropriate workspace is resolved correctly. + ## Projects There are three projects which can be run individually.