650 B
650 B
Contributing
This document describes how to contribute to Batarang
Installing from Source
- Clone the repository:
git clone git://github.com/angular/angularjs-batarang
- Install the npm dependencies
npm install
- Install the bower dependencies:
bower install
- Build the inject script:
npm run build
- Navigate to
chrome://chrome/extensions/
and enable Developer Mode. - Choose "Load unpacked extension"
- In the dialog, open the directory you just cloned.
Running the tests
Layout
The panel
directory contains...
panel/components
contains self-contained directives and services.