A minimal dashboard for GoCD builds. Inspired from dashy
Configure GoCD URL and pipelines:
Update config/config.js with the relevant parameters
Install the dependencies:
npm install
Test:
npm run test
Development mode with livereload:
npm run watch
When you are done, create a production ready version of the JS bundle:
npm run build
To run the server
npm run start -- -p <port>
If no port is specified, as in npm run start
, then 8080 would be used.