React Vite application
$ npm install# building
$ npm run build
# development
$ npm run startnpm run test# installing playwright browsers
npx playwright install
npm run test:e2e
# OR run with headed browser
npm run test:e2e -- --uinpm run storybook