From 10762f10bf97004d32c8c26b7dbcd0b6e3b43127 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Thu, 9 Oct 2025 21:27:32 +0200 Subject: [PATCH] docs: caveat on proxy not working before project build --- DEVELOPMENT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 8d7d45b60..cca430a29 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -21,6 +21,7 @@ Locally, we would need to run both the React client and the node.js server in de From the project root, run the following commands - __Install the project dependencies__ by running `pnpm i` +- __Create a local build__ by running `pnpm build`, this will populate local dependencies - __Run dev mode__ by running `pnpm dev` or `pnpm dev:electron` to get the electron window