Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 621 Bytes

File metadata and controls

24 lines (14 loc) · 621 Bytes

Micro Editor Website

This is the website for the micro text editor.

You can view it online at micro-editor.github.io

Local Development

Run any HTTP server in the directory containing index.html.

Here is a simple example using http-server:

# Uses port 8080 by default
http-server

Contributing

If you find any bugs or want to contribute, just fork and open a pull request.

License

This website is licensed under the MIT license.