If you just want to deploy our quickstart example.
- Clone the quickstart project
git clone https://github.com/DeepARSDK/quickstart-web-js-npm.git
. - Run
npm install
. - Run
npm run build
. - Deploy the contents of the
dist
folder to the server.
If you just want to deploy our quickstart example.
git clone https://github.com/DeepARSDK/quickstart-web-js-npm.git
.npm install
.npm run build
.dist
folder to the server.