Clone the project and install the dependenciesΒΆ

To clone the nRF Asset Tracker for Azure project and install the dependencies, use the following commands:

git clone --branch v1.8.x --single-branch \
  https://github.com/NordicSemiconductor/asset-tracker-cloud-azure-js.git azure

cd azure

# Install the dependencies
npm ci

# Compile the TypeScript source
npx tsc