Skip to content

Commit

Permalink
Merge pull request #139 from tegnike/develop
Browse files Browse the repository at this point in the history
本番リリース
  • Loading branch information
tegnike authored Aug 18, 2024
2 parents de86f2b + dc17a63 commit a8c02e5
Show file tree
Hide file tree
Showing 12 changed files with 81 additions and 23 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
File renamed without changes.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ credentials.json
# asdf
.tool-versions

certificates
certificates
.env
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"singleQuote": true,
"trailingComma": "es5",
"semi": false
"semi": false,
"endOfLine": "auto"
}
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ベースイメージとしてNode.js 16を使用
FROM node:16
# ベースイメージとしてNode.js 20を使用
FROM node:20

# 作業ディレクトリを設定
WORKDIR /app
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
<a href="https://github.com/tegnike/aituber-kit"><img alt="GitHub Last Commit" src="https://img.shields.io/github/last-commit/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit"><img alt="GitHub Top Language" src="https://img.shields.io/github/languages/top/tegnike/aituber-kit"></a>
<img alt="GitHub Tag" src="https://img.shields.io/github/v/tag/tegnike/aituber-kit?sort=semver&color=orange">
<a href="https://github.com/tegnike/aituber-kit/blob/main/LICENSE"><img alt="GitHub license" src="https://img.shields.io/github/license/tegnike/aituber-kit"></a>
</p>
<p align="center">
<a href="https://github.com/tegnike/aituber-kit/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit/network/members"><img alt="GitHub forks" src="https://img.shields.io/github/forks/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit/graphs/contributors"><img alt="GitHub contributors" src="https://img.shields.io/github/contributors/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/tegnike/aituber-kit"></a>
</p>
<p align="center">
<a href="https://x.com/tegnike"><img alt="X (Twitter)" src="https://img.shields.io/badge/X-tegnike-1DA1F2?logo=x&style=flat&logoColor=white"/></a>
Expand Down Expand Up @@ -196,6 +203,12 @@ npm run dev
<a href="https://github.com/bunkaich" title="bunkaich">
<img src="https://github.com/bunkaich.png" width="40" height="40" alt="bunkaich">
</a>
<a href="https://github.com/seiki-aliveland" title="seiki-aliveland">
<img src="https://github.com/seiki-aliveland.png" width="40" height="40" alt="seiki-aliveland">
</a>
<a href="https://github.com/rossy8417" title="rossy8417">
<img src="https://github.com/rossy8417.png" width="40" height="40" alt="rossy8417">
</a>
</p>

他、プライベートスポンサー 複数名
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ services:
ports:
- '3000:3000'
volumes:
- .:/app
- .:/work
env_file:
- .env
14 changes: 14 additions & 0 deletions docs/README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<p align="center">
<a href="https://github.com/tegnike/aituber-kit"><img alt="GitHub Last Commit" src="https://img.shields.io/github/last-commit/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit"><img alt="GitHub Top Language" src="https://img.shields.io/github/languages/top/tegnike/aituber-kit"></a>
<img alt="GitHub Tag" src="https://img.shields.io/github/v/tag/tegnike/aituber-kit?sort=semver&color=orange">
<a href="https://github.com/tegnike/aituber-kit/blob/main/LICENSE"><img alt="GitHub license" src="https://img.shields.io/github/license/tegnike/aituber-kit"></a>
</p>
<p align="center">
<a href="https://github.com/tegnike/aituber-kit/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit/network/members"><img alt="GitHub forks" src="https://img.shields.io/github/forks/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit/graphs/contributors"><img alt="GitHub contributors" src="https://img.shields.io/github/contributors/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/tegnike/aituber-kit"></a>
</p>
<p align="center">
<a href="https://x.com/tegnike"><img alt="X (Twitter)" src="https://img.shields.io/badge/X-tegnike-1DA1F2?logo=x&style=flat&logoColor=white"/></a>
Expand Down Expand Up @@ -198,6 +206,12 @@ Your support will greatly contribute to the development and improvement of the A
<a href="https://github.com/bunkaich" title="bunkaich">
<img src="https://github.com/bunkaich.png" width="40" height="40" alt="bunkaich">
</a>
<a href="https://github.com/seiki-aliveland" title="seiki-aliveland">
<img src="https://github.com/seiki-aliveland.png" width="40" height="40" alt="seiki-aliveland">
</a>
<a href="https://github.com/rossy8417" title="rossy8417">
<img src="https://github.com/rossy8417.png" width="40" height="40" alt="rossy8417">
</a>
</p>

Plus multiple private sponsors
Expand Down
14 changes: 14 additions & 0 deletions docs/README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<p align="center">
<a href="https://github.com/tegnike/aituber-kit"><img alt="GitHub Last Commit" src="https://img.shields.io/github/last-commit/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit"><img alt="GitHub Top Language" src="https://img.shields.io/github/languages/top/tegnike/aituber-kit"></a>
<img alt="GitHub Tag" src="https://img.shields.io/github/v/tag/tegnike/aituber-kit?sort=semver&color=orange">
<a href="https://github.com/tegnike/aituber-kit/blob/main/LICENSE"><img alt="GitHub license" src="https://img.shields.io/github/license/tegnike/aituber-kit"></a>
</p>
<p align="center">
<a href="https://github.com/tegnike/aituber-kit/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit/network/members"><img alt="GitHub forks" src="https://img.shields.io/github/forks/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit/graphs/contributors"><img alt="GitHub contributors" src="https://img.shields.io/github/contributors/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/tegnike/aituber-kit"></a>
</p>
<p align="center">
<a href="https://x.com/tegnike"><img alt="X (Twitter)" src="https://img.shields.io/badge/X-tegnike-1DA1F2?logo=x&style=flat&logoColor=white"/></a>
Expand Down Expand Up @@ -196,6 +204,12 @@ npm run dev
<a href="https://github.com/bunkaich" title="bunkaich">
<img src="https://github.com/bunkaich.png" width="40" height="40" alt="bunkaich">
</a>
<a href="https://github.com/seiki-aliveland" title="seiki-aliveland">
<img src="https://github.com/seiki-aliveland.png" width="40" height="40" alt="seiki-aliveland">
</a>
<a href="https://github.com/rossy8417" title="rossy8417">
<img src="https://github.com/rossy8417.png" width="40" height="40" alt="rossy8417">
</a>
</p>

그 외, 다수의 비공개 스폰서
Expand Down
14 changes: 14 additions & 0 deletions docs/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<p align="center">
<a href="https://github.com/tegnike/aituber-kit"><img alt="GitHub Last Commit" src="https://img.shields.io/github/last-commit/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit"><img alt="GitHub Top Language" src="https://img.shields.io/github/languages/top/tegnike/aituber-kit"></a>
<img alt="GitHub Tag" src="https://img.shields.io/github/v/tag/tegnike/aituber-kit?sort=semver&color=orange">
<a href="https://github.com/tegnike/aituber-kit/blob/main/LICENSE"><img alt="GitHub license" src="https://img.shields.io/github/license/tegnike/aituber-kit"></a>
</p>
<p align="center">
<a href="https://github.com/tegnike/aituber-kit/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit/network/members"><img alt="GitHub forks" src="https://img.shields.io/github/forks/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit/graphs/contributors"><img alt="GitHub contributors" src="https://img.shields.io/github/contributors/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/tegnike/aituber-kit"></a>
</p>
<p align="center">
<a href="https://x.com/tegnike"><img alt="X (Twitter)" src="https://img.shields.io/badge/X-tegnike-1DA1F2?logo=x&style=flat&logoColor=white"/></a>
Expand Down Expand Up @@ -196,6 +204,12 @@ npm run dev
<a href="https://github.com/bunkaich" title="bunkaich">
<img src="https://github.com/bunkaich.png" width="40" height="40" alt="bunkaich">
</a>
<a href="https://github.com/seiki-aliveland" title="seiki-aliveland">
<img src="https://github.com/seiki-aliveland.png" width="40" height="40" alt="seiki-aliveland">
</a>
<a href="https://github.com/rossy8417" title="rossy8417">
<img src="https://github.com/rossy8417.png" width="40" height="40" alt="rossy8417">
</a>
</p>

以及多位匿名贊助者
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@charcoal-ui/tailwind-config": "^2.6.0",
"@gltf-transform/core": "^2.4.6",
"@types/dom-speech-recognition": "^0.0.1",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/node": "22.3.0",
"@types/react": "18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "0.167.1",
"autoprefixer": "^10.4.14",
Expand Down

0 comments on commit a8c02e5

Please sign in to comment.