Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 656 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 656 Bytes

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

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

<script
  src="http://127.0.0.1:5500/lib-iris-web.js"
  type="application/javascript"
></script>

Code Generate

cd scripts/terra yarn yarn terra

License

The project is under the MIT license.