Merge pull request #15 from darkwing/explain-features-readme Add simple instructions for how to run the addon
Merge pull request #15 from darkwing/explain-features-readme
Add simple instructions for how to run the addon
A new developer tool tab add-on for MDN.
To use the add-on:
* Click the "import" button * Select a `.zst` file from your local machine
At present, the test will be run upon selection and results will display in the right pane!
To get started with developing and testing this add-on, do the following:
Clone this project:
git clone https://github.com/mozilla/mdn-devtool.git
Install dependencies:
cd mdn-devtool npm install
Run Firefox with the add-on via jpm. E.g.:
jpm
./node_modules/.bin/jpm run --binary /Applications/FirefoxDeveloperEdition.app/
The browser will launch within Firefox Dev Edition. You can then open the Developer Tools panel and see this plugin!
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
mdn-devtool
A new developer tool tab add-on for MDN.
Using the Add-on
To use the add-on:
At present, the test will be run upon selection and results will display in the right pane!
Developing
To get started with developing and testing this add-on, do the following:
Clone this project:
Install dependencies:
Run Firefox with the add-on via
jpm. E.g.:The browser will launch within Firefox Dev Edition. You can then open the Developer Tools panel and see this plugin!