opengovsg / sgid-client

The official TypeScript/JavaScript SDK for sgID
MIT License
11 stars 6 forks source link

Setup for local development of the SDK #28

Open kwajiehao opened 1 year ago

kwajiehao commented 1 year ago

When developing for the SDK locally, we don't currently have a systematic way of testing it by installing it in another repo (for e.g. using npm link or some other way). We should come up with a guide or a script for doing this as we scale up or SDK development efforts

kwajiehao commented 1 year ago

One easy workaround is to change one of the example apps to import from the SDK code directly