IcodeDocs/README.md

15 lines
190 B
Markdown
Raw Normal View History

2023-12-13 17:04:54 +08:00
# IcodeDocs
2023-12-16 10:42:53 +08:00
ICode.org Python 文档
```bash
git clone https://git.loliquq.cn/earthjasonlin/IcodeDocs.git
cd IcodeDocs
npm install
# 开发服务器
npm run dev
# 构建
npm run build
```