Install dependencies:
pnpm i pnpm exec playwright install
Run project in dev mode:
pnpm dev
Unit tests:
pnpm test:unit
Integration tests:
pnpm test:integration