Skip to content

Latest commit

 

History

History
74 lines (41 loc) · 1017 Bytes

CONTRIBUTION.md

File metadata and controls

74 lines (41 loc) · 1017 Bytes

Contribution

Requirement

Chrome

  1. Clone this repo:
git clone https://github.com/immersive-translate/immersive-translate.git
  1. Install Dependencies
cd immersive-translate
npm install
  1. Build
npm run build
  1. Open Chrome Extension Manager chrome://extensions:

Load dist/chrome.

Dev

If you want to develope this project, Firefox is the best choice.

Firefox

  1. Download Firefox
  2. Install web-ext
npm install --global web-ext
  1. Start watch and develope:
make start

then, it will start firefox automatically, and you can now start development.

Chrome

If you want to develop with chrome, one more thing todo is you should download watchexec

brew install watchexec

and then run:

make watch