# Translate This app translate the text between languages live. It is based on the libretranslate api ## Installation This is a static website. Copy all the files to the webroot of your webserver. Note: This requires a [libretranslate](https://github.com/LibreTranslate/LibreTranslate) server. Change to you endpoint in line 5 of index.js ## Execution To debug this, you can setup a simple localhost server for development and testing. ```bash python -m http.server ```