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

https://github.com/samedwardes/plaintext-editor


https://github.com/samedwardes/plaintext-editor

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Plain Text Editor

A very simple web-based plain text editor that play nice with Grammarly.

![Screenshot of the plain text editor web app with Grammarly closed.](public/imgs/screenshot-grammarly-closed.png)

![Screenshot of the plain text editor web ap with Grammarly open.](public/imgs/screenshot-grammarly-open.png)

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