Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackcpp/hackcpp.github.io
编程技术 blog 网站,90后 C++ 程序猿, 学习记录, 技术分享, 编程笔记, 数据结构与算法, 程序架构设计
https://github.com/hackcpp/hackcpp.github.io
algorithm cplusplus data-structures design-patterns vuepress-blog
Last synced: about 1 month ago
JSON representation
编程技术 blog 网站,90后 C++ 程序猿, 学习记录, 技术分享, 编程笔记, 数据结构与算法, 程序架构设计
- Host: GitHub
- URL: https://github.com/hackcpp/hackcpp.github.io
- Owner: hackcpp
- Created: 2024-07-12T06:11:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T06:57:39.000Z (2 months ago)
- Last Synced: 2024-09-26T01:31:07.274Z (about 2 months ago)
- Topics: algorithm, cplusplus, data-structures, design-patterns, vuepress-blog
- Language: TypeScript
- Homepage: https://hackcpp.github.io/
- Size: 26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
本项目是基于 vuepress 2.0.0-rc.14 搭建的 c++ 编程知识库。[在线阅读](https://hackcpp.github.io)
### 环境要求
- nodejs 版本 >= 18.x### 如何使用
- clone 仓库
``` shell
git clone [email protected]:hackcpp/hackcpp.github.io.git /path/to/targetdir
```
- 进到目录,执行 `npm install` 安装依赖。
- 调试运行,执行 `npm run docs:dev`
- build 文档,执行 `npm run docs:build`
### 问题反馈
- 欢迎提交 [issue](https://github.com/hackcpp/hackcpp.github.io/issues),或者直接提 [pr](https://github.com/hackcpp/hackcpp.github.io/pulls)。