This commit is contained in:
lhx-666-cool
2025-04-25 17:03:25 +08:00
parent 326a2a007c
commit f6cb277519
1677 changed files with 1232721 additions and 0 deletions

16
web/README.md Normal file
View File

@@ -0,0 +1,16 @@
# How to run?
1. 直接启动
- 修改 `public/config.js` 里的地址
- 运行 `npm run dev`
2. 启动docker
```bash
docker run -d --name=web-server -p 80:80 -e BACKEND_URL=114514 -e LSP_SERVER_URL=1919810 hxzzz/meow-paste:latest
```
3. 语言服务器
```bash
docker run -d --name=lsp-server -p 3003:3003 hxzzz/cpplsp:latest
```
cpp 语言服务器
`ws://127.0.0.1:3003/cpp`