https://github.com/ocsjs/ocs-docs
OCS 网课助手 —— 官方文档
https://github.com/ocsjs/ocs-docs
docs ocs ocsjs
Last synced: 10 months ago
JSON representation
OCS 网课助手 —— 官方文档
- Host: GitHub
- URL: https://github.com/ocsjs/ocs-docs
- Owner: ocsjs
- License: mit
- Created: 2022-05-25T16:18:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-03T14:49:10.000Z (about 1 year ago)
- Last Synced: 2025-06-03T19:25:58.184Z (about 1 year ago)
- Topics: docs, ocs, ocsjs
- Language: TypeScript
- Homepage: https://docs.ocsjs.com
- Size: 4.48 MB
- Stars: 14
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```