Dans le dossier Firefox/
Après avoir installé NodeJS
- Installer les dépendances:
npm install
- Installer webpack
sudo npm install webpack -g
- Compiler les *.bundle.js:
webpack
- Compiler à chaque modification
webpack --watch
./navigateur_install.sh
Dans la dossier Addon/OCSP_CHECKER
npm run test