зеркало из https://github.com/mozilla/addon-wr.git
6d5e1b7c97
Add Mozilla Code of Conduct |
||
---|---|---|
addon | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
README.md | ||
TELEMETRY.md | ||
TESTPLAN.md | ||
package-lock.json | ||
package.json |
README.md
PUG ARG Experience.
Getting started
# install dependencies
npm install
## build and run
npm run web-ext-run
Details
First, make sure you are on npm 5+ installed so that the proper dependencies are installed using the package-lock.json file.
npm install -g npm
After cloning the repo, you can run the following commands from the top level directory, one after another:
npm install
User Experience / Functionality
See ./TESTPLAN.md
Interesting files / dirs
addon/
contains all files that go into the WebExtension