https://github.com/cntransgroup/cpptemplate-tcg-2ed
Cpp Template 2ed Translation
https://github.com/cntransgroup/cpptemplate-tcg-2ed
Last synced: 9 months ago
JSON representation
Cpp Template 2ed Translation
- Host: GitHub
- URL: https://github.com/cntransgroup/cpptemplate-tcg-2ed
- Owner: CnTransGroup
- Created: 2022-06-29T12:57:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T07:24:39.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T19:42:00.423Z (over 1 year ago)
- Language: C++
- Homepage: https://cntransgroup.github.io/cpptemplate-tcg-2ed/
- Size: 3.92 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpptemplate-tcg-2ed
[online read](https://cntransgroup.github.io/cpptemplate-tcg-2ed/)
## Preparation
I use [mdBook](https://github.com/rust-lang/mdBook) to build the markdown to book. As you should install the `mdbook` and
```
mdbook serve
```
or
```
mdbook build
```
If you need output pdf or epub format file, you need install mdbook-pdf or mdbook-epub to achieve.