Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Dec 18, 2022
1 parent 27bb487 commit b677845
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ Tailchat 是一款现代化开源的即时通讯聊天应用,基于 React + Ty

官方文档: [https://tailchat.msgbyte.com/](https://tailchat.msgbyte.com/)

后端仓库地址: [tailchat-server](https://github.com/msgbyte/tailchat-server)

Nightly版 体验地址: [https://nightly.paw.msgbyte.com/](https://nightly.paw.msgbyte.com/)
**Nightly版** 在线体验: [https://nightly.paw.msgbyte.com/](https://nightly.paw.msgbyte.com/)

> Nightly版 为自动编译版本, 即每次提交代码都会自动编译。
> 不保证数据的可靠性与稳定性
Expand All @@ -27,27 +25,3 @@ Nightly版 体验地址: [https://nightly.paw.msgbyte.com/](https://nightly.paw.
- 高度自定义的群组空间, 通过分组和拖拽来创建独创的群组空间。同时可以通过更多的插件来增加更多的能力
- 可以严谨,也可以乐趣。通过插件的组合可以创造用于不同场景的 Tailchat。可以是面向娱乐,也可以是面向企业
- 后端微服务架构,已经为大规模部署做好了准备。不用担心用户量大了以后怎么办

<!--
## Build
#### 编译 web 前端代码
```bash
pnpm install
cd web
SERVICE_URL=http://127.0.0.1:11000 pnpm build
```
环境变量:
- `SERVICE_URL`: 后端服务的地址
使用任意方式代理 `web/dist` 目录即可。
#### expo 打开移动端app
```bash
cd app
pnpm install
pnpm start
``` -->

0 comments on commit b677845

Please sign in to comment.