Create a .env file with the following content (you need to obtain the CLIENT_ID and SPREADSHEET_ID manually):
CLIENT_ID="xxx"
SPREADSHEET_ID="yyy"
Run:
git clone git@github.com:alphagov/transformation-dependencies.git
cd transformation-dependencies
npm i
npm start