@digital-blueprint/mono-app
Version:
[GitHub Repository](https://github.com/digital-blueprint/mono-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/mono-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/mono-app/) | [Mono Bundle](https://github.com/digital
47 lines (31 loc) • 1.75 kB
Markdown
//github.com/digital-blueprint/mono-app) |
[ ](https://www.npmjs.com/package/@digital-blueprint/mono-app) |
[ ](https://unpkg.com/browse/@digital-blueprint/mono-app/) |
[ ](https://github.com/digital-blueprint/relay-mono-bundle)
[](https://github.com/digital-blueprint/mono-app/actions/workflows/build-test-publish.yml)
This is an application for allowing payments with various payment gateways.
- You need the [API server](https://gitlab.tugraz.at/dbp/relay/dbp-relay-server-template) running
- You need the [DBP Mono Bundle](https://gitlab.tugraz.at/dbp/dual-delivery/relay-mono-bundle)
```bash
git clone git@github.com:digital-blueprint/mono-app.git
cd mono-app
git submodule update --init
npm install
npm run watch
npm run watch-full
npm run watch-custom
npm test
npm build
```
Jump to <https://localhost:8001>, and you should get a Single Sign On login page.
By default, the application is built using the assets in `assets/`. However, custom assets can also be used to build the application. The custom assets can be added to the directory `assets_custom/dbp-mono/assets/`. This allows developers to easily develop and build the application for different environments.
[ ](https: