A React dashboard application for displaying various types of reports and profiles.
Install dependencies:
bun installStart the development server:
bun run devBuild for production:
bun run buildPreview production build:
bun run previewRun all tests:
bun run testRun tests with UI:
bun run test:uiDebug tests:
bun run test:debugCheck code quality:
bun run lintsrc/components/- React components including report typessrc/types/- TypeScript type definitionssrc/utils/- Utility functions and mock datatests/- Playwright test filespublic/data/- Mock data files for different countries