Consent self-service SDK
This is SDK project containing all reusable business logic and API calls for Consent self-service.
Get started
To get started with this repository follow these steps:
- Check out the repository
-
npm install
in the root directory - start developing
- check if build passes with
npm run build
or; - run test in watch mode
npm run test:watch
to automatic code compiling enabled
Release
To release create a tag with next version.