An open API service indexing awesome lists of open source software.

https://github.com/mgdm/webrtty


https://github.com/mgdm/webrtty

Last synced: 10 months ago
JSON representation

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
```