Install project dependencies:
npm install
Install Playwright browsers:
npx playwright install
Install Playwright operating system dependencies:
sudo npx playwright install-deps
Run the project locally:
npm run dev
Run unit tests:
npm run test
Run E2E tests:
npm run test:e2e
To start Storybook and view the UI components in development, run:
npm run storybook
Code under license GPL-3.0.