npm install
.env.production
をコピーして.env
を作成し、ENGINE_PATH
にvoicevox_engine
があるパスを指定します。
とりあえず製品版 VOICEVOX のディレクトリのパスを指定すれば動きます。
npm run electron:serve
音声合成エンジンのリポジトリはこちらです https://github.com/Hiroshiba/voicevox_engine
npm run electron:build
コードのフォーマットを整えます。プルリクエストを送る前に実行してください。
npm run lint
音声合成エンジンが起動している状態で以下のコマンドを実行してください。
curl http://127.0.0.1:50021/openapi.json >openapi.json
$(npm bin)/openapi-generator-cli generate \
-i openapi.json \
-g typescript-fetch \
-o src/openapi/ \
--additional-properties=modelPropertyNaming=camelCase,supportsES6=true,withInterfaces=true,typescriptThreePlus=true
npm run lint
LGPL v3 と、ソースコードの公開が不要な別ライセンスのデュアルライセンスです。 別ライセンスを取得したい場合は、ヒホ(twitter: @hiho_karuta)に求めてください。