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
This is the web interface for the Estafette CI system. It's built using Vue.js, Webpack and Bootstrap CSS.
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