Home
Softono
NJUIS-Students.github.io

NJUIS-Students.github.io

Open source
115
Stars
8
Forks
0
Issues
0
Watchers
2 months
Last Commit

About NJUIS-Students.github.io

NJUIS-Students.github.io is an open-source wiki and course guide for students of the School of Intelligence Science and Technology at Nanjing University. It aggregates lecture notes, study routes, and experience articles to help newcomers navigate their studies. Built with VitePress, the site supports community contributions via pull requests, offers a searchable knowledge base, and provides a lightweight documentation platform for collaborative maintenance.

Platforms

Web Self-hosted
banner

NJUIS-Students.github.io

typing

stars vitepress community

一个面向南京大学智能科学与技术学院的民间 Wiki,聚合课程资料、学习路线与经验文章,帮助后来者少走弯路。

目录速览

模块 说明 入口
博客内容 学习经验、课程总结、方向入门 docs/
文档首页 VitePress 首页配置与展示文案 docs/index.md
本地开发 快速启动文档站点 npm run docs:dev

为什么这个仓库值得 Star

  • 资源沉淀:把历届同学零散资料变成可检索、可维护的知识库。
  • 协作共建:任何同学都可以通过 PR 增补内容、纠错和优化结构。
  • 持续演进:站点基于 VitePress,支持快速迭代与规范化发布。

快速开始

# 1) 安装依赖
npm install

# 2) 本地开发
npm run docs:dev

# 3) 构建产物
npm run docs:build

# 4) 本地预览构建结果
npm run docs:preview

推荐贡献流程

  1. Fork 本仓库并创建分支。
  2. docs/ 下新增或修改内容。
  3. 本地运行 npm run docs:dev 检查展示效果。
  4. 提交 PR,描述改动目的与影响范围。

相关链接

Built with VitePress · Maintained by NJUIS students