Running the SDK Locally
To run the SDK locally first make sure the repository is cloned.
git clone https://github.com/Soluto-Private/remote-expert-sdk
Next change into the repository directory on your local system, and install the dependencies with yarn:
yarn install
Then, you can start the SDK locally by running this command:
yarn start:web
At this point, you should have the SDK running locally at https://localhost:8080/dist/index.html.