2025-02-08 21:09:31 -08:00
2020-01-30 14:59:25 -05:00
2019-02-28 23:21:06 -05:00
2023-08-01 17:41:16 +00:00
2019-02-27 12:16:34 -05:00
2019-02-28 17:49:46 -05:00
2023-08-01 17:46:58 +00:00
2019-02-27 12:16:34 -05:00
2020-01-30 14:59:25 -05:00
2020-01-30 14:59:25 -05:00
2020-02-21 16:46:47 -05:00
2023-08-01 17:41:06 +00:00
2023-08-01 17:46:58 +00:00
rc
2019-12-19 23:20:39 -05:00
2025-02-08 21:09:31 -08:00
2019-02-28 17:49:46 -05:00

BRAID v1.3.1

Websocket server for the Measure platform

Build Status Maintainability

Essential Information:

Setting up

  • install npm
  • install typescript globally (npm i -g typescript). This is important because it is needed to transpile, so you can run your changes locally (using command tsc)
  • run npm install
  • download the braid repo into a folder in the same directory as the primary yardstick folder
  • to test your changes before pushing you can run tsc && npm test
  • to check code coverage run nyc npm test, we must maintain above 90% code coverage
Description
No description provided
Readme 11 MiB
Languages
TypeScript 94.5%
Makefile 3.1%
Dockerfile 2.1%
Shell 0.3%