UI for Konflux
A step by step series of examples that tell you how to get a development environment running:
- Clone the repository
- Install dependencies
yarn install
- Runs the app in development mode
yarn start
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.