diff options
author | 2023-07-30 19:54:00 +0530 | |
---|---|---|
committer | 2023-07-30 19:54:00 +0530 | |
commit | 5b0ecbfc06ef328dd2d31ff4d48f11622fc31be4 (patch) | |
tree | 3e7a13dfe0514f79b18dd219417f486e9893ada3 /README.md | |
download | translator-main.tar translator-main.tar.gz translator-main.tar.bz2 translator-main.tar.lz translator-main.tar.xz translator-main.tar.zst translator-main.zip |
Initial Commitmain
Signed-off-by: Marc Pervaz Boocha <mboocha@sudomsg.xyz>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2df2182 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# 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 +``` |