Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 817 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 817 Bytes

TVTestRemoteController

ローカルネットワークからブラウザ経由で TVTest の操作をできるようにするプラグイン

Development

Plugin (C++)

ローカルでの開発では Visual Studio 2022, microsoft/vcpkg が必要です。

CLion で開発したい場合、こちら のガイドに従ってください。

$ vcpkg integrate install
$ msbuild -m -p:Configuration="Release" -p:Platform="x64"

Static (TypeScript, React)

ローカルでの開発では Node.js (>= 16), yarn が必要です。

$ yarn
$ yarn dev

http://localhost:3000 に開発サーバーが起動します。ソースの変更がある度にホットリロードされます。