This commit is contained in:
2025-05-12 05:45:47 +09:00
commit baad042ce7
138 changed files with 7620 additions and 0 deletions

10
book/gitbook.md Normal file
View File

@ -0,0 +1,10 @@
## start gitbook(honkit)
```sh
$ nvm use 23
$ npm install honkit --save-dev
$ npx honkit init
$ npx honkit serve
$ npx honkit build
```