Summary reports of login.gov activity
npm install
npm startView the application at http://localhost:3000/
Normally local development can view production data. However, when developing and interating on a new report, you may want to test locally.
With the development server running
- Add query param
?env=local - Drop report files into a
localdirectory at the top of the repo File paths will need to match the production paths, so for example:environment path production /prod/daily-auths-report/2023/2023-01-15.daily-auths-report.jsonlocal /local/daily-auths-report/2023/2023-01-15.daily-auths-report.json
npm run test