# 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 ```