1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-07 06:25:18 +02:00

Updated readme document

This commit is contained in:
Bryan Liao 2025-07-16 13:42:05 -07:00
parent c33f4c8e02
commit 3f00795361

View file

@ -93,6 +93,13 @@ pnpm build
pnpm test
```
### Run E2E Tests with Playwright
```sh
pnpm dev --port 5050
npx playwright test
```
### Lint with [ESLint](https://eslint.org/)
```sh