Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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++ 程序猿, 学习记录, 技术分享, 编程笔记, 数据结构与算法, 程序架构设计

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)。