mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 04:34:40 +03:00
Bumps [acorn](https://github.com/acornjs/acorn) from 6.2.0 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.2.0...6.4.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
changkun.de/modern-cpp
Welcome to Modern C++ Tutorial! This site is built with hexo. Site content was written in Markdown format located in ../book. And all static files will be built into ./public, which is served by a nginx server at changkun.de.
Requirements
- node.js
- npm
Developing
Start from the terminal:
$ make # build
$ make s # start serve