/koku-ui

Koku UI

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Koku UI

AGPLv3 Build Status

User interface for Koku based on Patternfly Patternfly

Requirements

Getting Started

  1. Install requirements listed above.
  2. Clone repo, and open a terminal in the base of this project.
  3. Run the command yarn to install all the dependencies.

Running Development Server against a local running Koku

Follow this Getting Started Guide to setup koku api.

yarn start

Running Development Server against a hosted Koku instance

APP_NAMESPACE=koku-{dev|staging} yarn start

As a convenience start:dev has been provided to target the hosted dev enviornment.

yarn start:dev

Building

yarn build

Testing

yarn test

Useful Links

Libs

Tools