Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 277 Bytes

File metadata and controls

11 lines (7 loc) · 277 Bytes

NodeJS example

A. How to run

Notes: depending on the desired authentication method, please update the client init in src/index.ts.

Steps:

  1. Install dependencies: pnpm install.
  2. Build the project: pnpm run build.
  3. Start the server: pnpm run start.