Hosted at https://import.sourcecontrol.no.
- Export CSV from Nordnet.
- Upload Nordnet CSV-files.
- Months without transactions are automatically filled in.
- Generate preceeding months and change account numbers as needed.
- Download automatically converted and validated Fiken CSV-files.
- Import CSV in Fiken.
- Install Bun.
- Clone repository.
bun install
- install dependencies.bun start
- run locally.- http://localhost:5173/ - open in browser.
bun run lint --fix
- lint and fix code.bun run typecheck
- typecheck code.bun test
- run tests.bun run build
- build for production.