Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauricioszabo/another-text-editor
https://github.com/mauricioszabo/another-text-editor
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mauricioszabo/another-text-editor
- Owner: mauricioszabo
- Created: 2023-11-06T14:36:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-28T18:33:18.000Z (about 1 year ago)
- Last Synced: 2024-11-09T05:31:44.048Z (about 2 months ago)
- Language: CSS
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```