Clone the project and install the dependenciesΒΆ

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

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

cd aws

# Install the dependencies
npm ci

# Compile the TypeScript source
npx tsc