Files
2026-09-09 01:17:12 +02:00

7 lines
101 B
Markdown

## Checking commands
After writing code, always run from `frontend/`:
```shell
bun fix
bun check
```