Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.16 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.16 KB

Blimp Cockpit

This is the Dashboard and User Management Interface for CloudFleet Blimps.

Generated with yo angular generator version 0.11.1.

Development

On your own machine

You need to have node installed.

You get all the local dependencies by doing:

npm install
bower install

Run grunt for building and grunt serve for live preview as you work.

If you want to add a dependency from bower.io, do:

bower install --save <package-name>

For example, to add the angular-ui-router do bower install --save angular-ui-router.

In a docker container

To develop with the other necessary CloudFleet services (user management), follow these steps:

Testing

Running grunt test will run the unit tests with karma.