aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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
+```
+