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

https://github.com/agoraio-extensions/iris_web


https://github.com/agoraio-extensions/iris_web

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# iris_web

cross platform support in web

## Environment Install

npm install -g pnpm

## QuickStart

pnpm start

this command can watch files and recompile whenever they change.

## Build

pnpm build

The output file will be placed in `packages/rtc/dist`

## installation of cross platform

prepare a [Live Server](https://github.com/ritwickdey/vscode-live-server-plus-plus)

add the `iris-web-rtc_x.x.x-x.x.js` to your html `srcipt`, e.g.,

```html

```

## Code Generate

cd scripts/terra
yarn
yarn terra

## License

The project is under the MIT license.