AzureTickets / PrepTickets-Admin

The PrepTickets Admin tool
GNU General Public License v2.0
0 stars 1 forks source link

PrepTickets Admin Tool 1.0


For Developers

Requirements

You must have the following packages intalled:

Optional for executing tests

Build

Once you checkout this repository, you should be able to do

npm install && bower install

There is an issue while installing es5-shim package in Windows, so if you get an error while running bower, comment out the line in components.json where it reads "es5-shim" and install the package manually in ./components/es5-shim. You can clone https://github.com/kriskowal/es5-shim.git

The above command will load all required libraries and components from either node or bower repositories. Afterwards, use the grunt command to build or execute the tasks available for the build process.