From 3bb2804ba89ccecf532fa1a5fd5bc05ec4c69df7 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Fri, 25 Apr 2025 15:59:07 +0800 Subject: [PATCH] docs: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8760361..758f69c 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ This project also includes a Web UI, offering a more dynamic and engaging intera > You need to install the dependencies of web UI first. ```bash -# Run both the backend and frontend servers -./bootstrap.sh +# Run both the backend and frontend servers in development mode +./bootstrap.sh -d ``` Open your browser and visit [`http://localhost:3000`](http://localhost:3000) to explore the web UI.