Skip to content

Commit d30ffa8

Browse files
authored
docs: note dev (#36)
1 parent 17398f5 commit d30ffa8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,17 @@ pnpm install
129129
pnpm run dev
130130
```
131131

132+
> **Note**: On MacOS, you need to grant permissions to the app (e.g., iTerm2, Terminal) you are using to run commands.
133+
134+
### Testing
135+
136+
```bash
137+
# Unit test
138+
pnpm run test
139+
# E2E test
140+
pnpm run test:e2e
141+
```
142+
132143
## System Requirements
133144

134145
- Node.js >= 20

0 commit comments

Comments
 (0)