Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ The project includes the following npm scripts:

- **`npm run lint`**: Runs ESLint to check for code quality issues and enforce coding standards.

- **`npm test`**: Runs the unit tests using Vitest. This verifies that individual components and logic are working correctly and prevents regressions.

## Development Workflow

1. Run `npm run dev` to start the development server
Expand All @@ -67,6 +69,7 @@ The project includes the following npm scripts:
```
web/
├── src/
│ ├── __tests__/ # Unit tests and testing configuration
│ ├── app/ # Next.js App Router pages and layouts
│ ├── components/ # Reusable React components
│ └── hooks/ # Custom React hooks
Expand Down
Loading