An open API service indexing awesome lists of open source software.

https://github.com/scnu-socoding/frontpage

软协服务导航页
https://github.com/scnu-socoding/frontpage

Last synced: 5 months ago
JSON representation

软协服务导航页

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 部署静态网站即可。