Trezor shop homework

This is a homework using Next.js and Tailwind CSS

See it in action

npm run dev

Tests

Make sure Playwright is installed:

npx playwright install

Compile and run the app in production mode:

npm run build
npm run start

Run tests in another terminal:

npm test