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

https://github.com/mcpp-community/mcpp-community

现代C++爱好者社区官网和文档源码
https://github.com/mcpp-community/mcpp-community

Last synced: 19 days ago
JSON representation

现代C++爱好者社区官网和文档源码

Awesome Lists containing this project

README

          

# mcpp-community

现代C++爱好者社区文档

## 本地运行

click to view xlings installation command

---

#### Linux/MacOS

```bash
curl -fsSL https://d2learn.org/xlings-install.sh | bash
```

#### Windows - PowerShell

```bash
irm https://d2learn.org/xlings-install.ps1.txt | iex
```

> tips: xlings -> [details](https://xlings.d2learn.org)

---

**安装依赖**

```bash
xlings install
```

**运行**

```bash
cd homepage
pnpm run dev
```

## Thanks, Contributors!

> auto-update by [thanks-contributors](https://github.com/Sunrisepeak/thanks-contributors) tools

![](https://raw.githubusercontent.com/mcpp-community/.github/refs/heads/main/.thanks-contributors/contributors.png)