Source code for dci user interface. https://distributed-ci.io dci-ui is a static web app pluggable through CORS on a DCI server.
To run the app in development mode follow those steps:
- clone this repository
- ensure DCI api is listening on localhost:5000. See
dci-dev-env
. An alternative is to changeapiURL
tohttps://api.distributed-ci.io
in public/config.json file. - install node dependencies:
npm install
- run the development server :
npm start
To manage the workflow the project use npm scripts
Command list:
npm start
: start web server with live reloadnpm run build
: build application inbuild/
foldernpm run test
: start unit test