17 lines
344 B
Markdown
17 lines
344 B
Markdown
# Frontend Notes
|
|
|
|
## Current state
|
|
- React/Vite app with i18n (`en`, `ar-sa`) and RTL switching.
|
|
- Still light on routing/domain separation; critical flow test coverage needs expansion.
|
|
|
|
## Run
|
|
- `cd frontend && npm install`
|
|
- `npm run dev`
|
|
|
|
## Test
|
|
- `npm run test`
|
|
|
|
## Pointers
|
|
- Architecture: `docs/architecture.md`
|
|
- Risks: `docs/risks.md`
|