Make sure to install the dependencies:
npm installOr, if there are dependency conflicts:
npm install --forceStart the development server on http://localhost:3000 (PORT .env variable).
npm run devRun the tests and view coverage (V8 by default) using Vitest.
npm run test
npm run coverageRun the end-to-end tests using Playwright (ensure server is running beforehand).
npm run e2e