Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mauricioszabo/another-text-editor


https://github.com/mauricioszabo/another-text-editor

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Text Editor

Yet Another Text Editor...

## Developing

Step 1: install Node.JS and yarn (some node implementations now include yarn), then:

```sh
yarn install
yarn watch
# In another tab/terminal
yarn start
```