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

https://github.com/ocsjs/ocs-docs

OCS 网课助手 —— 官方文档
https://github.com/ocsjs/ocs-docs

docs ocs ocsjs

Last synced: 19 days ago
JSON representation

OCS 网课助手 —— 官方文档

Awesome Lists containing this project

README

        

# OCS 官方文档

## [docs.ocsjs.com](https://docs.ocsjs.com)

如果您有任何的建议可以直接提交PR,或者联系作者邮箱进行文档的整改。

## 关于

网站使用 [Docusaurus](https://docusaurus.io/) 进行构建。

### 安装

```
$ npm i
```

### 本地运行

```
$ npm start
```

### 打包

```
$ npm build
```