- Install npm
- Set up access to the Yospace private registry
- Install packages with
npm ci
- Enter your player license key in
index.ts
(replaceYOUR-KEY-HERE
with it) - Build the sample using
npm run build
- Open HTML page via a webserver
npm ci
index.ts
(replace YOUR-KEY-HERE
with it)npm run build