Skip to content

LaVLaS/koku-ui

 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.7%
  • JavaScript 2.6%
  • Other 0.7%