ue/book/gitbook.md

11 lines
138 B
Markdown
Raw Permalink Normal View History

2025-02-05 20:06:39 +09:00
## start gitbook(honkit)
```sh
$ nvm use 23
$ npm install honkit --save-dev
$ npx honkit init
$ npx honkit serve
$ npx honkit build
```