We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c1e26 commit 3ddd9e4Copy full SHA for 3ddd9e4
docs/guide/summary/quick-start.md
@@ -160,14 +160,20 @@ title: 快速开始
160
* Nodejs 18.0+
161
* yarn 1.x
162
163
-2. 安装和启动
+2. 拉取 Git 项目
164
+
165
+ ```shell
166
+ git clone https://github.com/fastapi-practices/fastapi_best_architecture_ui.git
167
+ ```
168
169
+3. 安装和启动
170
171
::: warning
172
第一次启动可能会很慢,你可以查看此 [Issue](https://github.com/fastapi-practices/fastapi_best_architecture_ui/issues/72)
173
查看详情
174
:::
175
- 安装依赖
176
+ 进入项目根目录,安装依赖
177
178
```shell
179
yarn install
0 commit comments