For personal use. The user experience I'm aiming for is:
- A Chrome extension for getting bank transactions and downloading receipts
- Receipts, or entire folders of them, are drag-and-dropped into a web app
- The backend recognizes typical ones, determining the totals, VAT and financial account codes
- Portability is handled through being able to import and export SIE files
pnpm install
pnpm run setup
pnpm dev
If using Apple silicon, you'll need to do this
before running pnpm install
.
pnpm update "\!eslint" --latest
eslint: no version 9 support yet vercel/next.js#64409