Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 204 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 204 Bytes

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

 $ yarn install
 $ yarn build
 $ cd examples/browser
 $ python -m http.server 8003

Then visit http://localhost:8003.