Update let-us-start.md

This commit is contained in:
fantasticit 2022-08-16 14:25:53 +08:00 committed by GitHub
parent a20e588453
commit 5c013236cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ pnpm run dev
首先确认在 `config` 文件夹下新建 `prod.yaml` 配置文件,然后运行以下命令。 首先确认在 `config` 文件夹下新建 `prod.yaml` 配置文件,然后运行以下命令。
**编译打包过程比较吃内存(大约 2G小内存服务器建议本地构建后上传可以在配置文件完成后运行 build-output.sh将打包后的 output 压缩发送到服务器后运行**。
```bash ```bash
git clone https://github.com/fantasticit/think.git git clone https://github.com/fantasticit/think.git
cd think cd think