settinghead / Dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rise Vision Dashboard Build StatusCode Climate

First Timer?

  • Checkout the project from git repository.
  • run
npm run dev-install # install dependencies
npm run dev         # run static server on port 8000 & open default web browser

Testing

For unit testing (with file watching), run

gulp test

To run unit test for a single run, do

gulp test-ci

Continuous Deployment

Monitoring CI Builds

The Jenkins CI portal is located at

Two projects are present:

  • RiseVisionDashboardPR, which builds commits to all branches, including forks specificed in the configuration.
  • RiseVisionDashboardProd, wich builds all commits to the master and generate a distrubiton(or artifact) specific to production environment

About

License:MIT License


Languages

Language:JavaScript 99.2%Language:CSS 0.8%