docs: add testing command

This commit is contained in:
yubintw
2024-03-27 00:15:28 +08:00
parent 6eba69465a
commit 3eeae0b6b4

View File

@@ -23,12 +23,26 @@ start development mode
npm run dev
```
### Run the test
```
npm run test
```
## Frontend
React (by vite)
### Development
start development mode
```
cd frontend
npm run dev
```
### Run cypress test
```
npm run cy:test
```