Clone the project and install the dependencies

To clone the nRF Asset Tracker for AWS 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-aws-js aws

cd aws

# Install the dependencies
npm ci