diff options
Initial Commitmain
Signed-off-by: Marc Pervaz Boocha <mboocha@sudomsg.xyz>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..0544c29 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Translate + +This a simple text editor which run in the browser. + +## Installation + +This is a static website. Copy all the files to the webroot of your webserver. + +## Execution + +To debug this, you can setup a simple localhost server for development and testing. + +```bash +python -m http.server +``` + |