Sdk
Linking a local version of the Waldur SDK with Yarn
You can use your local development version of the Waldur SDK in your project by leveraging Yarn link.
-
In the Waldur SDK directory, run:
1
yarn link
-
In the Waldur HomePort directory, run:
1
yarn link waldur-js-client
This will symlink your local Waldur SDK into Waldur HomePort for development and testing.