webext-compat-tool/README.md

20 строки
174 B
Markdown

# Web Extension Compatibility Test for Firefox
## Installation
```
$ npm install
```
## Development
```
$ DEVELOPMENT=1 npm start
```
## Production
```
$ npm start
```