Skip to content

npwd-community/npwd_qb_banking

Repository files navigation

Material-UI logo

NPWD QB Banking

External NPWD app for QB Banking. Highly recommend to use PEFCL instead.

GitHub all releases

Setup and Configuration

Installation

Development

If you wish to make changes or build yourself you can clone the repository with git clone https://github.com/npwd-community/npwd_qb_banking.git then install the dependencies with yarn build or npm i.

You can either build the project with yarn build or alternatively, you can use yarn watch to put webpack in watch mode so that it will automatically rebuild after any changes you make.