aboutsummaryrefslogtreecommitdiff
path: root/contexts/README.md
blob: ee0d24b2d0d632e3fc3d8ca38fa86457f0e8a47c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This is the ffExtension add-on.  It contains:

* A program (lib/main.js).
* A few tests.
* Some meager documentation.

Building/running from this directory:

 - Setup environment: 
     `pushd <repo root>/tools/addon-sdk-1.3 && source bin/activate && popd`
 - Run the extension: 
     `cfx run -profile ../devProfile`

See `cfx docs` for more details on the add-on build tool.