- install live server vs code extension
- press SHIFT+CTRL+P
- Search fro "Live server: open with live server"
- Now the unpackage file should be available here: http://127.0.0.1:5500/dist/translate.js
- run "npm ci" and then "npm run build" in the terminal
- run npm run dev
- import this file: http://localhost:8080/translate.js
- import this in the test.html and done