@nrf-guide/proto
v4.2.0
Published
Documents the communication protocol between the nRF Guide backend and the web application
Readme
nRF Guide Protocols 
Documents the communication protocol between the nRF Guide backend and the web application.
Usage
npm i --save-exact @nrf-guide/protoSetup
Fetch the submodules
git submodule init
git submodule update --remoteInstall the dependencies:
npm ciRun tests
npm testUpdate generated code
npx tsx generate/types/schema-to-type.ts
npx tsx generate/schema/NRFCloudMessage.schema.ts
npx prettier --write .