Skip to main content

Banuba SDK Web AR demo

Requirements#

Setting up environment and running Web AR demo app#

  1. Clone the Web AR demo app git repository:
    git clone https://github.com/Banuba/quickstart-web
  2. Place the latest release of Banuba SDK Web AR inside the cloned folder:
  3. Place Banuba client token into BanubaClientToken.js inside the cloned folder:
    BanubaClientToken.js
    window.BANUBA_CLIENT_TOKEN = "PUT YOUR CLIENT TOKEN HERE"
  4. Run inside the folder:
    npx live-server

Open localhost:8080 and start clicking :)

Last updated on