Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 367 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 367 Bytes

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