Clone the project and install the dependencies

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

# ~/nrf-asset-tracker

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

cd azure

# Install the dependencies
npm ci

# Compile the TypeScript source
npx tsc