English | 中文
📝 C26H52的开发、安全、DL笔记本(也许会有一些随笔?)
特别鸣谢:Charles7c,本博客改编自https://github.com/Charles7c/charles7c.github.io
# 1.克隆本仓库
git clone https://github.com/C26H52/C26H52.git
# 2.安装 PNPM
npm install pnpm -g
# 3.设置淘宝镜像源
pnpm config set registry https://registry.npmmirror.com/
# 4.安装依赖
pnpm install
# 5.dev 运行,访问:http://localhost:5173
pnpm dev