418 B
418 B
Build
Frontend
cd frontend
npm install
npm run (watch/build)
Run
Backend
cargo r
Test
Frontend
npx playwright test --workers 1 --project firefox
- Nice UI:
--ui
- Generate tests:
npx playwright codegen
Backend (Unit + Integration)
cargo t
Lints
- Rust:
cargo check
- Tera files:
djlint **.html.tera --profile=jinja --reformat
- Typescript:
prettier -w *.ts