Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaitai-io/kaitai_ci_ui
Kaitai Struct CI UI
https://github.com/kaitai-io/kaitai_ci_ui
continuous-integration dashboard kaitai-struct
Last synced: 3 days ago
JSON representation
Kaitai Struct CI UI
- Host: GitHub
- URL: https://github.com/kaitai-io/kaitai_ci_ui
- Owner: kaitai-io
- License: gpl-3.0
- Created: 2019-03-21T21:54:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T03:33:13.000Z (3 days ago)
- Last Synced: 2025-01-01T04:24:05.691Z (3 days ago)
- Topics: continuous-integration, dashboard, kaitai-struct
- Language: Vue
- Homepage: https://ci.kaitai.io
- Size: 1.31 MB
- Stars: 3
- Watchers: 8
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://kaitai.io/) 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](https://cli.vuejs.org/config/).