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

Latest commit

 

History

History
27 lines (14 loc) · 569 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 569 Bytes

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