IcodeDocs/README.md
2023-12-16 10:42:53 +08:00

15 lines
190 B
Markdown

# IcodeDocs
ICode.org Python 文档
```bash
git clone https://git.loliquq.cn/earthjasonlin/IcodeDocs.git
cd IcodeDocs
npm install
# 开发服务器
npm run dev
# 构建
npm run build
```