Document for ICode.org
Go to file
2023-12-16 10:59:03 +08:00
.github/workflows format workflow 2023-12-16 10:59:03 +08:00
docs first commit 2023-12-16 10:42:53 +08:00
.gitignore Initial commit 2023-12-13 17:04:54 +08:00
LICENSE Initial commit 2023-12-13 17:04:54 +08:00
package-lock.json first commit 2023-12-16 10:42:53 +08:00
package.json first commit 2023-12-16 10:42:53 +08:00
README.md first commit 2023-12-16 10:42:53 +08:00
template.md first commit 2023-12-16 10:42:53 +08:00

IcodeDocs

ICode.org Python 文档

git clone https://git.loliquq.cn/earthjasonlin/IcodeDocs.git
cd IcodeDocs
npm install

# 开发服务器
npm run dev
# 构建
npm run build