Skip to content

Files

ai-verify-shared-library

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 12, 2023
Jun 3, 2023
Jun 3, 2023
Jun 3, 2023
Jun 3, 2023
Jun 3, 2023
Jun 3, 2023

AI Verify Shared Library

Operation System Supported

  • Linux

Prerequisites

  • nodejs >= 16.x

Build

To build the library, just run

npm run build

Installing the Library

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>