Please refer to https://github.com/BunqCommunity/BunqDesktop
An open source, self hosted dashboard for Bunq.
Download the latest release (ZIP file) from this page.
Setup your local hosting.
make sure the index is pointed towards the /web
folder
Rename the config.yml.dist
from the app/config
folder to config.yml
.
open in the config.yml
. fill in your API key and fill in the Permitted IP's
In the config.yml
easily switch the sandbox
to false
to switch to the Bunq production API.
$ composer install
$ npm install
$ npm install -g grunt webpack cross-env
$ npm run build
$ npm run serve
Rename the config.yml.dist
from the app/config
folder to config.yml
.
open in the config.yml
. fill in your API key and fill in the Permitted IP's
In the config.yml
easily switch the sandbox
to false
to switch to the Bunq production API.