Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.02 KB

Konflux UI

UI for Konflux

Installing

A step by step series of examples that tell you how to get a development environment running:

  1. Clone the repository
  2. Install dependencies
    yarn install
    
  3. Runs the app in development mode
    yarn start
    

Available Scripts

In the project directory, you can run:

  • yarn build: Builds the app for production using webpack with the production configuration file.
  • yarn start: Runs the app in development mode. Opens the app in your default browser.
  • yarn test: Runs unit tests using jest.
  • yarn coverage: Runs the test suite with coverage report.
  • yarn lint: Runs both TypeScript and SASS linting.
  • yarn lint:ts: Lints TypeScript files.
  • yarn lint:sass: Lints SASS files.

Built With