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

https://github.com/aabuhijleh/rainbow-c2c-server


https://github.com/aabuhijleh/rainbow-c2c-server

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Rainbow Click2Call Server

## Usage

```sh
# Install dependencies
$ npm install

# Compile TypeScript
$ npm run build

# Watch TypeScript files
$ npm run watch

# Run with hot reloading
$ npm run dev
```