https://github.com/scnu-socoding/frontpage
软协服务导航页
https://github.com/scnu-socoding/frontpage
Last synced: 5 months ago
JSON representation
软协服务导航页
- Host: GitHub
- URL: https://github.com/scnu-socoding/frontpage
- Owner: scnu-socoding
- License: wtfpl
- Created: 2021-03-22T04:22:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T10:31:07.000Z (over 4 years ago)
- Last Synced: 2025-05-31T18:36:56.517Z (about 1 year ago)
- Language: SCSS
- Homepage: https://www.socoding.cn
- Size: 3.54 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SCNU SoCoding 导航页
软协服务导航,限 SCNUNET 校园网访问。
### 准备
安装所需的依赖:
```plain
$ npm install
```
### 开发
要更新导航页链接,直接编辑 `index.html` 即可。
要对站点进行二次开发:
```
$ npm start
```
要修改样式,编辑 `sass/main.scss`,每次保存均会自动生成对应的 `css/style.css`。
要对站点进行预览:
```
$ python -m http.server
```
然后访问 `0.0.0.0:8000`。
### 部署
使用 Apache / NGINX 部署静态网站即可。