Skip to content

estafette/estafette-ci-web

Repository files navigation

Estafette CI

The estafette-ci-web component is part of the Estafette CI system documented at https://estafette.io.

Please file any issues related to Estafette CI at https://github.com/estafette/estafette-ci/issues

Estafette-ci-web

This is the web interface for the Estafette CI system. It's built using Vue.js, Webpack and Bootstrap CSS.

Development

To start development run

git clone git@github.com:estafette/estafette-ci-web.git
cd estafette-ci-web
npm install
npm run dev

Before committing your changes run

npm run unit
npm run build