Install SDK for my app

I’m completly new to APIs/SDKs let alone installing on this platform. Please can I have some guidance as to how to do this:

To give npm access to the registry on the project scope you have to add a .npmrc file in project root (on the same level as package.json ):

Where do the below go to set this up?

; public registry
@rXXXX-public:registry=https://gitlab.com/api/v4/projects/24837467/packages/npm/
//gitlab.com/api/v4/projects/24837467/packages/npm/:_authToken=

Then add to package.json dependencies: "@reactivereality-public/pictofit-web-sdk": "x.y.z"

I already have my token.
Full documentation can be found here Installation & Usage

Thank you

1 Like