better-virgool icon indicating copy to clipboard operation
better-virgool copied to clipboard

An attempt to create a better rich text editor than virgool.io. Powered by Tiptap and ProseMirror

better-virgool

This is a work in progress.

An attempt to create a better rich text editor than virgool.io. Powered by Tiptap and ProseMirror.

Running locally

  1. Clone the repo
git clone https://github.com/ahhshm/better-virgool.git
cd better-virgool
  1. Install dependencies
yarn
  1. Start the development server
yarn dev