更新文档:添加Windows启动脚本说明
This commit is contained in:
@@ -129,16 +129,23 @@ export DROID_REFRESH_KEY="your_refresh_token_here"
|
|||||||
|
|
||||||
### 启动服务器
|
### 启动服务器
|
||||||
|
|
||||||
|
**方式1:使用npm命令**
|
||||||
```bash
|
```bash
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
或使用快捷脚本:
|
**方式2:使用启动脚本**
|
||||||
|
|
||||||
|
Linux/macOS:
|
||||||
```bash
|
```bash
|
||||||
./start.sh
|
./start.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Windows:
|
||||||
|
```cmd
|
||||||
|
start.bat
|
||||||
|
```
|
||||||
|
|
||||||
服务器默认运行在 `http://localhost:3000`。
|
服务器默认运行在 `http://localhost:3000`。
|
||||||
|
|
||||||
### Docker部署
|
### Docker部署
|
||||||
|
|||||||
Reference in New Issue
Block a user