Installation
Here you will find step-by-step instructions to get the Web SDK running in your project.
To include the SDK, you will need to obtain access to a private Github repository.
Please request access by sending your Github account information to [email protected] or reach out to your contact person at NativeWaves.
The account will be added to the NativeWaves team as external developer or a Token will be provided to you. This allows you to install the nativewaves packages and provides access to the source code.
Please note: only one Github account per organization is allowed.
The Web SDK is distributed using npm. Once you have access to the Github repository, follow these steps to install the nativewaves packages.
If an Access Token was not provided to you, create "Personal Access Token" that will be used by you and your colleagues for authentication on Github.. The token must only have the read:packages permission.
It is advised to only use the minimal required scope (read:packages) when creating the token to prevent security issues when sharing the permissions with your colleagues.
Create a .npmrc file in your repository with this content:
By pushing this file in your repository you can share the installation permissions with other developers of your team.
You should now be able to install nativewaves sdk packages.