Muninn Protocols
Documents the communication protocol between the Muninn backend and the web application.
Usage
npm i --save-exact @bifravst/muninn-proto
Setup
Fetch the submodules
git submodule init
git submodule update --remote
Install the dependencies:
npm ci
Run tests
npm test
Update generated code
npx tsx generate/types/schema-to-type.ts
npx tsx generate/schema/NRFCloudMessage.schema.ts
npx prettier --write .