5631b0551c9597f8bec4337f021f18b1dd3c8d71
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
Description
Languages
Rust
70.1%
TypeScript
23.9%
Svelte
2.6%
SCSS
2.2%
JavaScript
0.9%
Other
0.2%