File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,14 +79,13 @@ Note that this browser extension does not make any changes to the Zotero databas
7979### Prerequisites
8080
81811 . Install [ Node.js] ( https://nodejs.org ) (e.g., ` choco install nodejs ` )
82- 2 . Install [ gulp] ( https://gulpjs.com/ ) and [ web-ext] ( https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext ) : ` npm install --global gulp-cli web-ext `
83- 3 . [ Fork the repository] ( https://help.github.com/articles/fork-a-repo/ ) .
84- 4 . Clone the repository ** with submodules** : ` git clone --recursive git@github.com:{your-username}/JabRef-Browser-Extension.git `
85- 5 . Install development dependencies via ` npm install ` .
86- 6 . ** After cloning the repo execute the python script ` scripts/import_and_patch_translators.py ` **
87- 7 . JabRef running locally and reachable over HTTP on a configurable port.
88- 8 . The popup assumes JabRef is reachable at ` http://localhost:<port> ` (default port stored in extension settings, default ` 23119 ` ).
89- 9 . Start browser with the add-on activated:
82+ 2 . [ Fork the repository] ( https://help.github.com/articles/fork-a-repo/ ) .
83+ 3 . Clone the repository ** with submodules** : ` git clone --recursive git@github.com:{your-username}/JabRef-Browser-Extension.git `
84+ 4 . Install development dependencies via ` npm install ` .
85+ 5 . ** After cloning the repo execute the python script ` scripts/import_and_patch_translators.py ` **
86+ 6 . JabRef running locally and reachable over HTTP on a configurable port.
87+ 7 . The popup assumes JabRef is reachable at ` http://localhost:<port> ` (default port stored in extension settings, default ` 23119 ` ).
88+ 8 . Start browser with the add-on activated:
9089 Firefox: ` npm run dev:firefox `
9190 Chrome: ` npm run dev:opera `
9291
You can’t perform that action at this time.
0 commit comments