Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 487 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 487 Bytes

Solutions SDK

Installation

This monorepo uses pnpm, make sure to install it first if you don't already have it.

  1. pnpm install to install the dependencies
  2. pnpm run build to build all the packages

Additional scripts

  • pnpm run lint to run the linter in all packages
  • pnpm run test to run tests in all packages
  • pnpm run docs to generate API documentation

License

Dual licensed under MIT and Apache 2