1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# How to build Grammalecte
## Required ##
For building:
* Python 3.7+
* NodeJS
* npm
* web-ext : `https://developer.mozilla.org/fr/Add-ons/WebExtensions/Getting_started_with_web-ext`
For testing:
* Firefox Developper
* Firefox Nightly
* Thunderbird
## Commands ##
|
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# How to build Grammalecte
## Required ##
For building:
* Python 3.7+
* NodeJS
* npm
* web-ext : `https://developer.mozilla.org/fr/Add-ons/WebExtensions/Getting_started_with_web-ext`
For testing:
* Firefox Developper
* Firefox Nightly
* Thunderbird
## Commands ##
|