Document for ICode.org
.github/workflows | ||
docs | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
template.md |
IcodeDocs
ICode.org Python 文档
git clone https://git.loliquq.cn/earthjasonlin/IcodeDocs.git
cd IcodeDocs
npm install
# 开发服务器
npm run dev
# 构建
npm run build