Install dependencies from the monorepo root:
yarn installThen build the packages from the monorepo root:
yarn buildFrom the monorepo root, either run:
yarn workspace examples/advanced-verification-react startor:
cd examples/advanced-verification-react
yarn startThe app will be available at http://localhost:5173 by default.