Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 729 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 729 Bytes

dora

Typescript SDK for the Dora platform

Quickstart:

Initial test and execution

  1. Install dependencies: npm install @cityofzion/dora-ts
  2. Build SDK: npm run build
  3. Run tests: npm run test

General Use

For workflows and sdk usage, refer to the tests directory.