rowt/README.md
philipp f1f17cdb44
Some checks failed
CI/CD Pipeline / test (push) Successful in 8m1s
CI/CD Pipeline / deploy-staging (push) Failing after 16m57s
CI/CD Pipeline / deploy-main (push) Has been skipped
optimize ci build: use own dockerfile for dependencies + cache for builds (#164)
Reviewed-on: #164
2024-01-17 22:56:33 +01:00

19 lines
290 B
Markdown

# Build
## Frontend
1. `cd frontend`
2. `npm install`
3. `npm run (watch/build)`
# Run
## Backend
1. `cargo r`
# Test
## Frontend
- `npx playwright test --workers 1 --project firefox`
- Nice UI: `--ui`
- Generate tests: `npx playwright codegen`
## Backend (Unit + Integration)
`cargo t`