From 6e5f7a32d67a435dcce0ccd4be36c6661c59499a Mon Sep 17 00:00:00 2001 From: gjl <2802427218@qq.com> Date: Thu, 26 Sep 2024 18:32:00 +0800 Subject: [PATCH] feat: MindPilotUI --- MindpilotUI | 1 + README.md | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 160000 MindpilotUI diff --git a/MindpilotUI b/MindpilotUI new file mode 160000 index 0000000..f1ca149 --- /dev/null +++ b/MindpilotUI @@ -0,0 +1 @@ +Subproject commit f1ca14976bf78bcc4776a812b5700aff3824a26b diff --git a/README.md b/README.md index 67270a2..c4726b6 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,16 @@ - **Hardware Compatibility** 💻: Supports CPU, GPU, and Ascend devices. ## Installation +- Clone + ```bash + git clone https://github.com/ResDream/MindPilot.git + ``` - Frontend ```bash # Installation cd MindPilotUI yarn - ``` - ```bash + # Build for Specific Platforms: # For windows $ yarn build:win @@ -34,9 +37,6 @@ - Backend ```bash - # Clone the repository - git clone https://github.com/ResDream/MindPilot.git - # Install dependencies pip install -r requirements.txt ```