mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-21 11:57:47 +00:00
chore: README.md
This commit is contained in:
@@ -8,6 +8,11 @@ ChartGPT demo page built with express and vue3
|
|||||||
## Usage
|
## Usage
|
||||||
> Make sure `node >= 18`
|
> Make sure `node >= 18`
|
||||||
|
|
||||||
|
If pnpm is not installed
|
||||||
|
```shell
|
||||||
|
npm install pnpm -g
|
||||||
|
```
|
||||||
|
|
||||||
install node deps
|
install node deps
|
||||||
```shell
|
```shell
|
||||||
pnpm install
|
pnpm install
|
||||||
|
@@ -9,6 +9,11 @@
|
|||||||
## 使用
|
## 使用
|
||||||
> Make sure `node >= 18`
|
> Make sure `node >= 18`
|
||||||
|
|
||||||
|
如果你没有安装过 `pnpm`
|
||||||
|
```shell
|
||||||
|
npm install pnpm -g
|
||||||
|
```
|
||||||
|
|
||||||
安装依赖
|
安装依赖
|
||||||
```shell
|
```shell
|
||||||
pnpm install
|
pnpm install
|
||||||
|
Reference in New Issue
Block a user