https://github.com/ocsjs/ocs-docs
OCS 网课助手 —— 官方文档
https://github.com/ocsjs/ocs-docs
docs ocs ocsjs
Last synced: 19 days ago
JSON representation
OCS 网课助手 —— 官方文档
- Host: GitHub
- URL: https://github.com/ocsjs/ocs-docs
- Owner: ocsjs
- License: mit
- Created: 2022-05-25T16:18:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T19:32:05.000Z (22 days ago)
- Last Synced: 2025-04-30T19:45:14.470Z (22 days ago)
- Topics: docs, ocs, ocsjs
- Language: TypeScript
- Homepage: https://docs.ocsjs.com
- Size: 4.99 MB
- Stars: 14
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
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
```