Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 662 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 662 Bytes

notification-ui

An app for showing the capabilities of Cloud Foundry. This is the UI component.

Installation

  1. Install notification-api
  2. Clone the repo
git clone https://github.com/mkretz/notification-ui.git
cd notification-ui
  1. Install dependencies
npm install
  1. Run the Webpack build
npm run build:prd
  1. Adapt the environment variable APP_CONFIG in manifest.yml to point to the base URL of notification-api

  2. If required, adapt the name attribute in manifest.yml to change the app's name.

  3. Push the app

cf push