aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
author2023-07-30 19:56:00 +0530
committer2023-07-30 19:56:00 +0530
commit34ba8e176db5663cd731413052524344910c5f3f (patch)
tree604b1d0825439876f1ac40157062007784c51080 /README.md
downloadwebtexteditor-main.tar
webtexteditor-main.tar.gz
webtexteditor-main.tar.bz2
webtexteditor-main.tar.lz
webtexteditor-main.tar.xz
webtexteditor-main.tar.zst
webtexteditor-main.zip
Initial Commitmain
Signed-off-by: Marc Pervaz Boocha <mboocha@sudomsg.xyz>
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
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
+```
+