https://github.com/peterdee/vawe-remote
VAWE remote control WEB-application
https://github.com/peterdee/vawe-remote
react socket-io typescript vawe vite websockets
Last synced: about 2 months ago
JSON representation
VAWE remote control WEB-application
- Host: GitHub
- URL: https://github.com/peterdee/vawe-remote
- Owner: peterdee
- License: mit
- Created: 2024-07-30T09:37:42.000Z (almost 2 years ago)
- Default Branch: release
- Last Pushed: 2024-08-13T12:55:28.000Z (almost 2 years ago)
- Last Synced: 2025-06-03T06:06:37.061Z (about 1 year ago)
- Topics: react, socket-io, typescript, vawe, vite, websockets
- Language: TypeScript
- Homepage: http://localhost:5173
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## vawe-remote
Remote controls for [VAWE desktop player](https://github.com/peterdee/vawe)
### Deploy
```shell script
git clone https://github.com/peterdee/vawe-remote
cd ./vawe-remote
nvm use 22
npm ci
```
### Launch
```shell script
npm run dev
```
### License
[MIT](./LICENSE.md)