Before contributing any code to this project and requesting review/merge, please make sure your code meets the following requirements:
- Testcafe tests pass, and any new pages you have added/edited have new tests written for new features you contribute.
npm run testcafe
- Linting passes for all files
npm run lint