Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
/ ata-cashout Public archive

AngularJS leave time cash out calculator for ATA

License

Notifications You must be signed in to change notification settings

thekaveman/ata-cashout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

$ npm install -g bower

And finally setup the dev and runtime dependencies:

$ npm install && bower install && grunt dev

Tests can be run using:

$ karma start karma.config.js

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

$ grunt dist

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

$ grunt deploy