This repository contains a reusable, extendable TipTap editor implementation with a strong focus on Markdown as the primary content format.
It’s designed to improve developer experience in large codebases, where TipTap needs to be integrated as a self-contained, customizable component.
# Install dependencies
pnpm install
# Run Storybook in dev mode
pnpm run dev
# Build Storybook for production
pnpm run build