homebank-converted use yarn as dependency manager (not npm).
To restore packages, use command: yarn
To run homebank-converter, you can use any webserver or this command: python -m http.server
Then open following url in your web browser: http://localhost:8000
Install packages: yarn
Upgrade packages: yarn upgrade