Deprecated - migrating to Vue 3
Vue application built for employees to log transactions, intended for usage on a Raspberry Pi running Raspbian. The entirety of the application works out of box without the need to touch deployment, as it is built offline-first with sync to remote CouchDB/Cloudant using PouchDB and packaged via Electron.
npm run electron:build -- --win nsis
npm run electron:build -- --linux arm7l
npm install
npm run serve
npm run build
npm run test:unit
npm run lint