To run this application, you need a node version 20.16.0 and npm version 10.8.1. After cloning the repository, you need to:
- npm install
- npx tailwindcss -i ./src/input.css -o ./src/output.css
- npm run build
- npm run dev
- open browser and navigate to: http://localhost:5173
- for running tests open terminal and write: npm run test