External NPWD app for QB Banking. Highly recommend to use PEFCL instead.
- Download the latest from the release or build from source.
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.