This commit is contained in:
John Giannelos 2019-08-07 11:38:22 +02:00
Родитель 0c5bb12b7e
Коммит 38ceb0fc08
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -8,3 +8,15 @@ regarding issues automatically classified by our ML automation.
* Go to a WebCompat issue in GitHub
* A popup shows up for issues with useful classifications
## Development
* Install depedencies
* `npm install`
* Run webextension for development
* `npm run firefox`
* Run linters and prettier
* `npm run lint-js`
* `npm run lint-webex`
* `npm run prettier-check`
* `npm run prettier-write`