You need to install nodejs v12
$ npm installCreate .env file in the root folder and add the following into it:
EMAIL={email}
PASSWORD={password}
npm run web-app-usage -- --group-name="Design" --this=day
--group-nameis the group name--thisis the date range, could beday,weekormonth
npm run user-summary -- --date-range=this-day
--useris specific user id or comma-separated list of user IDs--date-rangeis the date range, could bethis-day,this-weekorthis-month