https://github.com/mgdm/webrtty
https://github.com/mgdm/webrtty
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgdm/webrtty
- Owner: mgdm
- Created: 2015-06-16T11:25:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T16:48:24.000Z (about 4 years ago)
- Last Synced: 2025-01-24T11:28:22.777Z (12 months ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To build for development, clone it somewhere that you can serve it by a webserver (PHP's built in webserver or Python's would work).
```bash
npm install
npm run watch
```