1
0
This commit is contained in:
2024-03-18 19:59:59 +09:00
parent 40f6d6b8c4
commit 2fb62a68ac
18 changed files with 11596 additions and 3 deletions

View File

@ -1,6 +1,18 @@
# vrm
three-vrm + vrma
## vrm & vrma
```sh
$ npm i
$ npm run dev
$ npm run build
$ git submodule update --init --recursive
```
## build
```sh
$ yarn install
$ yarn dev
$ yarn build
```