Skip to content

NQPhuc/text-editor-nuxt3-electron

Repository files navigation

Plain Text Editor

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

https://plaintexteditor.xyz

Screenshot of the plain text editor web app with Grammarly closed.

Screenshot of the plain text editor web ap with Grammarly open.

Setup

Install the dependencies:

yarn install

Development Server

Start the development server on http://localhost:3000

yarn dev

Production

The site is automatically deployed by Netlify on commits to the main branch.