Looking Glass is a collaboration between Mozilla and the makers of Mr. Robot to provide a shared world experience.
Перейти к файлу
Michael Cooper 6d5e1b7c97
Merge pull request #60 from Mozilla-GitHub-Standards/master
Add Mozilla Code of Conduct
2019-04-01 10:55:42 -07:00
addon Tweak the docs and ignore some ESLint warnings 2017-12-18 17:30:01 -08:00
.eslintignore Tweak the docs and ignore some ESLint warnings 2017-12-18 17:30:01 -08:00
.eslintrc.js Fix #51, v1.0.5, web extension only 2017-12-18 18:56:12 -06:00
.gitignore Tweak the docs and ignore some ESLint warnings 2017-12-18 17:30:01 -08:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-29 23:44:40 -07:00
README.md Tweak the docs and ignore some ESLint warnings 2017-12-18 17:30:01 -08:00
TELEMETRY.md Fix #51, v1.0.5, web extension only 2017-12-18 18:56:12 -06:00
TESTPLAN.md Tweak the docs and ignore some ESLint warnings 2017-12-18 17:30:01 -08:00
package-lock.json Fix #51, v1.0.5, web extension only 2017-12-18 18:56:12 -06:00
package.json Fix #51, v1.0.5, web extension only 2017-12-18 18:56:12 -06:00

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

  1. addon/ contains all files that go into the WebExtension