docs: use [!NOTE]
This commit is contained in:
parent
e6f667f237
commit
2bb321155d
|
|
@ -84,7 +84,8 @@ uv run main.py
|
||||||
### Web UI
|
### Web UI
|
||||||
|
|
||||||
This project also includes a Web UI, offering a more dynamic and engaging interactive experience.
|
This project also includes a Web UI, offering a more dynamic and engaging interactive experience.
|
||||||
> Note: You need to install the dependencies of web UI first.
|
> [!NOTE]
|
||||||
|
> You need to install the dependencies of web UI first.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Run both the backend and frontend servers
|
# Run both the backend and frontend servers
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ pnpm install
|
||||||
|
|
||||||
## How to Run in Development Mode
|
## How to Run in Development Mode
|
||||||
|
|
||||||
**Note**: Ensure the Python API service is running before starting the web UI.
|
[!NOTE] Ensure the Python API service is running before starting the web UI.
|
||||||
|
|
||||||
Start the web UI development server:
|
Start the web UI development server:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue