https://github.com/samedwardes/plaintext-editor
https://github.com/samedwardes/plaintext-editor
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samedwardes/plaintext-editor
- Owner: SamEdwardes
- Created: 2022-09-02T18:56:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T03:31:39.000Z (almost 4 years ago)
- Last Synced: 2025-10-23T14:50:47.062Z (9 months ago)
- Language: Vue
- Size: 8.87 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plain Text Editor
A very simple web-based plain text editor that play nice with Grammarly.


## Setup
Install the dependencies:
```bash
yarn install
```
## Development Server
Start the development server on http://localhost:3000
```bash
yarn dev
```
## Production
The site is automatically deployed by Netlify on commits to the main branch.