UNPKG

weploy-translate

Version:

Translate your React.js or Next.js app with AI

15 lines (11 loc) 512 B
# How to start development ev 1. install live server vs code extension 2. press SHIFT+CTRL+P 3. Search fro "Live server: open with live server" 4. Now the unpackage file should be available here: http://127.0.0.1:5500/dist/translate.js 5. run "npm ci" and then "npm run build" in the terminal ⚠️ Do not forget to build every time you want to see the changes in the browser # Second option 1. run npm run dev 2. import this file: http://localhost:8080/translate.js 3. import this in the test.html and done