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