An app for showing the capabilities of Cloud Foundry. This is the UI component.
- Install notification-api
- Clone the repo
git clone https://github.com/mkretz/notification-ui.git
cd notification-ui
- Install dependencies
npm install
- Run the Webpack build
npm run build:prd
-
Adapt the environment variable
APP_CONFIG
inmanifest.yml
to point to the base URL of notification-api -
If required, adapt the
name
attribute inmanifest.yml
to change the app's name. -
Push the app
cf push