- Linux
- nodejs >= 16.x
To build the library, just run
npm run build
To install the library from another NodeJS project, e.g. the ai-verify-portal, go to the project root folder and run
npm install <path to ai-verify-shared-library>
For developers, can use npm link to link the library instead
npm link <path to ai-verify-shared-library>