Documents the communication protocol between the hello.nrfcloud.com
backend
and the web application.
npm i --save-exact @hello.nrfcloud.com/proto
Fetch the submodules
git submodule init
git submodule update --remote
Install the dependencies:
npm ci
npm test
npx tsx generate/types/schema-to-type.ts
npx tsx generate/schema/NRFCloudMessage.schema.ts
npx prettier --write .