- Clone this repo:
git clone https://github.com/immersive-translate/immersive-translate.git
- Install Dependencies
cd immersive-translate
npm install
- Build
npm run build
- Open Chrome Extension Manager
chrome://extensions
:
Load dist/chrome
.
If you want to develope this project, Firefox is the best choice.
npm install --global web-ext
- Start watch and develope:
make start
then, it will start firefox automatically, and you can now start development.
If you want to develop with chrome, one more thing todo is you should download watchexec
brew install watchexec
and then run:
make watch