7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
## Checking commands
|
|
After writing code, always run from `frontend/`:
|
|
```shell
|
|
bun fix
|
|
bun check
|
|
```
|