.. | ||
client | ||
server | ||
web/dist | ||
config.lua | ||
fxmanifest.lua | ||
README.md |
NPWD QB Banking
External NPWD app for QB Banking. Highly recommend to use PEFCL instead.
Setup and Configuration
Installation
- Download the latest from the release or build from source.
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.