https://github.com/agoraio-extensions/iris_web
https://github.com/agoraio-extensions/iris_web
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/agoraio-extensions/iris_web
- Owner: AgoraIO-Extensions
- License: mit
- Created: 2023-08-18T08:10:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T07:28:11.000Z (6 months ago)
- Last Synced: 2024-10-31T08:20:50.218Z (6 months ago)
- Language: TypeScript
- Size: 2.38 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.