From 34ba8e176db5663cd731413052524344910c5f3f Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Sun, 30 Jul 2023 19:56:00 +0530 Subject: Initial Commit Signed-off-by: Marc Pervaz Boocha --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 +``` + -- cgit v1.2.3-70-g09d2