aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 0544c29efe4b91df16bf292a985ebeb573c537a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
```