This repository has been archived on 2020-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
angularjs-batarang/CONTRIBUTING.md

25 lines
650 B
Markdown
Raw Normal View History

# Contributing
This document describes how to contribute to Batarang
## Installing from Source
1. Clone the repository: `git clone git://github.com/angular/angularjs-batarang`
2. Install the npm dependencies `npm install`
3. Install the bower dependencies: `bower install`
4. Build the inject script: `npm run build`
5. Navigate to `chrome://chrome/extensions/` and enable Developer Mode.
6. Choose "Load unpacked extension"
7. 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.
## Testing Batarang manually