Coding Rooms Web Exec SDK for iframes
SDK for building and communicating with web execution environments that are embedded as iframes in Coding Rooms
Usage
First get the distribution:
- NPM:
npm install @exlinc/cc-web-exec-sdk
USAGE DOCS TODO
Development Setup
git clone https://github.com/exlinc/cc-web-exec-sdk
cd cc-web-exec-sdk
npm install
Building
The build step places cc-web-exec-sdk.js
into the dist/
directory of the project. This is the only required output bundle.
npm run build
Publish to NPM
npm publish