Skip to content
 
 

Latest commit

 

History

183 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home

这是一个由浙江大学计算机科学与技术学院学生会为服务全体计算机学院同学所搭建的网页,从这里访问主页。

本地构建指南

  1. 安装 python、git 等必要工具
  2. 将 repo 克隆到本地
# 使用 HTTPS 协议
git clone https://github.com/ZJU-CSSU-Dev/home.git
# 或使用 SSH 协议
git clone git@github.com:ZJU-CSSU-Dev/home.git
  1. 安装 python 依赖,包括 mkdocsmkdocs-material 以及一些第三方插件
cd home
pip install -r requirements.txt
  1. 启动 mkdocs 本地服务
mkdocs serve
  • 然后可以通过 localhost:8000 预览网站

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors