Skip to content

kaitai-io/kaitai_ci_ui

Repository files navigation

Kaitai Continuous Integration (CI) User Interface (UI)

This project is a single-page webapp that runs at https://ci.kaitai.io/ and provides simple user interface to assess the status of continuous integration pipeline of Kaitai Struct project and identify problems.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.