You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
angularjs-batarang/CONTRIBUTING.md

490 B

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 bower dependencies: bower install
  3. Build the inject script: npm run build
  4. Navigate to chrome://chrome/extensions/ and enable Developer Mode.
  5. Choose "Load unpacked extension"
  6. In the dialog, open the directory you just cloned.

Running the tests

Testing Batarang manually