mirror of
https://bgithub.xyz/mtrlps-community/lps-community-guide.git
synced 2026-03-19 02:24:48 +08:00
29 lines
1.0 KiB
Markdown
29 lines
1.0 KiB
Markdown
# 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> © 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>
|