Skip to content

Rohde-Schwarz/threepwood

Repository files navigation

Build Monitor for Gitlab

Display job build statuses.

Get this Project running

Install dependencies

npm install && npm run deps

Local development and running

Start web server with file watching

npm start

Monitor is located at http://localhost:3000/

CI equivalent build

docker-compose up --build

Monitor is located at http://gitlab-monitor.docker (MacOS using dingy) or http://localhost:3000 (Linux).

Build standalone dist/index.html file

npm install && npm run deps && npm run build && npm run package