Skip to content

kelp404/Salmon

Repository files navigation

#Salmon circle-ci

Salmon issue tracker.

##Development

Install node modules, bower components and pip packages.

$ npm install $ bower install $ pip install -r pip_requirements.txt

```bash
# compile frontend files
$ grunt dev

$rootScope = $state: # the $state of ui-router $stateParams: # the $stateParams of ui-router $confirmModal: # the confirm modal message: {string} callback: (result) -> isShow: {bool} $loadings: # current $http instances hasAny: -> # is any $http processing? $projects: # from BaseController items: [] current: {} $user: # the user object




##Test
>```bash
# frontend unit-test
$ grunt test
# python unit-test
$ python application/test.py