Groceries recording and visits controling information system (in Czech: Potraviny Evidující a Nocležný Informační Systém) is a system that allows control over finances and visits to flats and houses that are typically inhabited by students or other non-family related people for which reason is necessary to have control over these aspects of living together.
npm install
npm run dev
Run Headed Component Tests with Cypress Component Testing
npm run test:unit # or `npm run test:unit:ci` for headless testing
Run End-to-End Tests with Cypress
npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing
Lint with ESLint
npm run lint