Label Guide
# install dependencies
$ npm i
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate SPA (/dist)
$ npm run build:spa# build production version of SDK
$ npm run build:sdk
# analyze SDK bundle
$ npm run build:analyze
# build development version of SDK
$ npm run build:dev-sdk
# start dev server with development build of SDK
$ npm run dev:sdkFind more information in sdk/README.md.