Skip to content

This repo is created to optimize the website of ZJUCSSU

Notifications You must be signed in to change notification settings

Windcherry/ZJUCSSU

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

203 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

This repo is created to optimize the website of ZJUCSSU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published