try
All checks were successful
CI/CD Pipeline / test (push) Successful in 8m10s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
philipp 2024-01-17 22:43:54 +01:00
parent 57c1e13c14
commit 88d533c838

View File

@ -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`