项目作者: thekaveman

项目描述 :
AngularJS leave time cash out calculator for ATA
高级语言: JavaScript
项目地址: git://github.com/thekaveman/ata-cashout.git
创建时间: 2015-05-21T02:08:48Z
项目社区:https://github.com/thekaveman/ata-cashout

开源协议:MIT License

下载


ata-cashout

AngularJS leave time cash out calculator for ATA.

Setup

Make sure you have npm installed (it comes with nodejs)

Then get bower if you don’t already have it installed:

  1. $ npm install -g bower

And finally setup the dev and runtime dependencies:

  1. $ npm install && bower install && grunt dev

Tests can be run using:

  1. $ karma start karma.config.js

Prepare for deployment (package created in dist/) with:

  1. $ grunt dist

Deploy to GitHub using the grunt-gh-pages grunt task:

  1. $ grunt deploy