JavaScript/TypeScript interface to SportIdent devices
There are generated docs.
- Install node.js
git clonethis repository andcdto the root directory of itnpm installnpm run lerna bootstrap
npm run testbench-clientnpm run testbench-server
- Tests:
npm run test - Linter:
npm run lint - Build:
npm run build(this compiles TypeScript for the libraries and builds the webpack file forsportident-testbench-client)
We use lerna to manage multiple packages in the same repository: