Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 198 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 198 Bytes

To try it out, you must build the SDK first and then host this folder:

 $ npm run build
 $ cd examples/browser
 $ python -m SimpleHTTPServer 8003

Then visit http://localhost:8003.