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

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

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)

![预览](./res/home.png)

## License

MIT License © 2022 [yzqdev](https://github.com/yzqdev)

## 鸣谢

- 感谢 JetBrains 提供的免费开源 License:

![jetbrains](./res/jetbrains.svg)