try
This commit is contained in:
parent
57c1e13c14
commit
88d533c838
@ -1,17 +1,14 @@
|
|||||||
# Build
|
# Build
|
||||||
|
|
||||||
## Frontend
|
## Frontend
|
||||||
1. `cd frontend`
|
1. `cd frontend`
|
||||||
2. `npm install`
|
2. `npm install`
|
||||||
3. `npm run (watch/build)`
|
3. `npm run (watch/build)`
|
||||||
|
|
||||||
# Run
|
# Run
|
||||||
|
|
||||||
## Backend
|
## Backend
|
||||||
1. `cargo r`
|
1. `cargo r`
|
||||||
|
|
||||||
# Test
|
# Test
|
||||||
|
|
||||||
## Frontend
|
## Frontend
|
||||||
- `npx playwright test --workers 1 --project firefox`
|
- `npx playwright test --workers 1 --project firefox`
|
||||||
- Nice UI: `--ui`
|
- Nice UI: `--ui`
|
||||||
|
Loading…
Reference in New Issue
Block a user