2025 年秋冬学期浙江大学计算机学院朋辈辅学「技能拾遗」课程仓库
课程主页:https://inuebisu.github.io/SkillsTutorial
-
Clone 仓库:
git clone https://github.com/inuEbisu/SlideTemplate.git
-
安装依赖:
npm install
-
实时预览:
make
-
构建静态文件:
make build
配置了 GitHub Workflow,每次提交均可自动部署至 GitHub Pages。
按 ? 键查看快捷键。
使用 Prettier 进行格式化,CI 会检查格式化情况。每次 commit 前记得执行:
make formatThis project is licensed under the MIT License.