Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgdm/webrtty
https://github.com/mgdm/webrtty
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgdm/webrtty
- Owner: mgdm
- Created: 2015-06-16T11:25:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T16:48:24.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T12:36:20.402Z (2 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
```