Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 980 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 980 Bytes

Shadcn tiptap

Sets of custom extensions & toolbars for tiptap editor, ready to use with shadcn/ui components.

Buy Me A Coffee

Tech Stack

Running Locally

  1. Clone the repository

    git clone https://github.com/NiazMorshed2007/shadcn-tiptap.git
  2. Install dependencies using pnpm

    pnpm install
  3. Start the development server

    pnpm run dev