Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.23 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.23 KB

Build Status Codacy Badge

cheetah

Web application to visualize and manage graphical representation of work using agile methodologies for agile teams

cheetah-api

Is the official API backend for this project. See for info in cheetah-api in github.

WIKI

In our wiki we are adding all the documentation related to project development.

Agile board

Please checkout or Kanban board to follow up the ongoing tasks.

Test

Dependencies

To perform unit tests, we need to install some packages using npm

npm install -g karma jasmine karma-chrome-launcher karma-firefox-launcher karma-jasmine karma-junit-reporter jasmine-core karma-coverage grunt-cli

Run unit tests + code coverage

karma start karma.conf.js