Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 372 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 372 Bytes

Contributing

Buil and run

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

Packages

Install packages: yarn

Upgrade packages: yarn upgrade