Skip to content

Commit

Permalink
全体構成のドキュメントを追加 (#432)
Browse files Browse the repository at this point in the history
* OSS 版と製品版の違いを追加

* 全体構成やミッションなどを追加

* タイポ検出対象からsvg排除

* lint
  • Loading branch information
Hiroshiba authored Nov 2, 2021
1 parent f5a60b3 commit 93dd21e
Show file tree
Hide file tree
Showing 6 changed files with 498 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# VOICEVOX

[VOICEVOX](https://voicevox.hiroshiba.jp/) のフロントエンド。
(音声合成エンジンは [VOICEVOX ENGINE](https://github.com/Hiroshiba/voicevox_engine/) へ)
[VOICEVOX](https://voicevox.hiroshiba.jp/) のエディターです。

(エンジンは [VOICEVOX ENGINE](https://github.com/Hiroshiba/voicevox_engine/)
コアは [VOICEVOX CORE](https://github.com/Hiroshiba/voicevox_core/)
全体構成は [こちら](./docs/全体構成.md) に詳細があります。)

## 環境構築

[.node-version](.node-version) に記載されているバージョンの Node.js をインストールしてください。
Node.js をインストール後、[このリポジトリ](https://github.com/Hiroshiba/voicevox.git)
Forkして `git clone` し、次のコマンドを実行してください。
Fork して `git clone` し、次のコマンドを実行してください。

```bash
npm ci
Expand Down
2 changes: 1 addition & 1 deletion _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
[default.extend-words]

[files]
extend-exclude = ["package-lock.json", "src/store/project.ts"]
extend-exclude = ["package-lock.json", "src/store/project.ts", "*.svg"]
232 changes: 232 additions & 0 deletions docs/res/全体構成_OSS版と製品版の違い.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 93dd21e

Please sign in to comment.