-
After making changes on the local clone of the repo, get a build:
npm run build
-
Add the new build as a dependency to your project, in
package.json
:"dependencies": { "@tinymanorg/tinyman-js-sdk": "../tinyman-js-sdk", }
You should replace
"../tinyman-js-sdk"
part with the relative path to the local clone of the repo. -
Install the dependencies:
npm install
-
Then start your project, and test it.
-
Remember to repeat step 1 to get a new build after you make any changes on the sdk code.