Skip to content

Commit e723917

Browse files
authored
update
1 parent 9cdf91e commit e723917

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ https://open.lightxi.com/unpkg/<path>
3737
https://open.lightxi.com/cdnjs/<path>
3838
```
3939

40+
### 🍎 Depoly | 部署
41+
```shell
42+
go build . # build backend
43+
44+
cd app
45+
pnpm install
46+
pnpm build # build frontend
47+
48+
# run backend (e.g. systemctl)
49+
```
50+
4051
### ⚡ CDN | 加速
4152
Powered by [LightXi Cloud](https://lightxi.com)
4253

0 commit comments

Comments
 (0)