Files
lps-community-guide/README.md
2026-02-26 18:15:50 +08:00

29 lines
1.0 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# letsplay-server-community-guide
## 部署
采用 [material-for-mkdocs](https://squidfunk.github.io/mkdocs-material/) 部署于 [lpsguide.cn](https://lpsguide.cn)。
当然,你可以本地进行部署。
```bash
# 克隆仓库
git clone https://github.com/mtrlps-community/lps-community-guide.git
# 安装 material-for-mkdocs 及插件
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin
# 转至仓库
cd lps-community-guide
# 运行服务器
mkdocs serve
```
## 贡献
我们非常欢迎你为 **lps-community-guide** 编写内容,让更多玩家受益。
这里也非常感谢参与本项目的[朋友们](https://github.com/mtrlps-community/lps-community-guide/graphs/contributors)和为本项目捐赠的[朋友们](https://www.lpsguide.cn/about/sponsorship/)。
---
<samp><b>lps-community-guide</b> &copy; MTR Let's Play Community Team<br>code is licensed under <a href="LICENSE">MIT License</a>, <br>wikis are licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons BY-SA 4.0</a>.</samp>