From 73f845a73a7e07b2f595323626859fc191ffa85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Wed, 5 Oct 2022 00:27:28 -0700 Subject: [PATCH] docs: desktop development (#539) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e68b41..5f5f67e 100644 --- a/README.md +++ b/README.md @@ -107,10 +107,10 @@ We support following variables: #### Swarm Desktop development -If you want to develop Bee Dashboard in the Swarm Desktop mode, then spin up `swarm-desktop` to the point where you see Bee Dashboard (eq. install Bee etc.) and: +If you want to develop Bee Dashboard in the Swarm Desktop mode, then spin up `swarm-desktop` to the point where Desktop is initialized (eq. the splash screen disappear) and: ```sh -echo "REACT_APP_BEE_DESKTOP_URL=http://localhost:3000 +echo "REACT_APP_BEE_DESKTOP_URL=http://localhost:3054 REACT_APP_BEE_DESKTOP_ENABLED=true" > .env.development.local npm start