https://github.com/yzqdev/cs-guide
Computer science guide
https://github.com/yzqdev/cs-guide
Last synced: 5 months ago
JSON representation
Computer science guide
- Host: GitHub
- URL: https://github.com/yzqdev/cs-guide
- Owner: yzqdev
- License: mit
- Created: 2022-03-21T06:58:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-23T04:54:26.000Z (7 months ago)
- Last Synced: 2025-11-23T06:18:15.343Z (7 months ago)
- Homepage: https://yzqdev.github.io/cs-guide/
- Size: 49.5 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# cs-guide
运行
你需要使用pnpm,如果没有pnpm,请先运行`corepack enable`
```bash
corepack prepare pnpm@latest --activate
```
获取最新的pnpm
```bash
# 启动
pnpm docs:dev
# 打包
pnpm docs:build
# 格式化
pnpm lint
```
如果想添加插件,要在plugins目录添加
## 其他相关
- [计算机技术教程](https://yzqdev.github.io/cs-guide/)
- [网道教程](https://yzqbooks.github.io/wangdoc)

## License
MIT License © 2022 [yzqdev](https://github.com/yzqdev)
## 鸣谢
- 感谢 JetBrains 提供的免费开源 License:
