Skip to content

Commit a08114e

Browse files
committed
Update README.md
1 parent bed6cc5 commit a08114e

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,24 @@
3131
- 本站托管在GitHub上,但我们尽可能保证国内网络环境也能使用网站。~~没办法GitHub虽慢但稳。~~
3232
- 在浏览过程中遇到的任何问题,您可以通过 [邮件](mailto:hownotfound@gmail.com)[QQ 3604402972](https://qm.qq.com/q/HXK1nkn8mA) 或 Telegram[@howcamz](https://t.me/howcamz) 的方式向管理员咨询。
3333
- 如您遇到了网站内容的错误,若您方便,请您将相关情况反馈给管理员,我们感激您的反馈并将第一时间解决问题。
34+
35+
## 技术栈
36+
37+
- **框架**:MkDocs + Material for MkDocs
38+
- **托管**:GitHub Pages
39+
- **协议**:MIT License
40+
41+
## 快速开始
42+
43+
```bash
44+
# 克隆仓库
45+
git clone https://github.com/HowCam/howcam.github.io.git
46+
47+
# 安装依赖
48+
pip install -r requirements.txt
49+
50+
# 启动开发服务器
51+
mkdocs serve
52+
```
53+
54+
访问 `http://localhost:8000` 即可预览网站。

0 commit comments

Comments
 (0)