/shadcn-tiptap

Basic Implementation of Tiptap Editor with ShadcnUI

Primary LanguageTypeScript

Disclaimer: This is a basic implementation and not maintained. If it helped you, consider giving it a star!

Next.js with Tiptap Editor and Shadcn UI

This is a basic setup for integrating Tiptap Editor with Next.js and Shadcn UI.

Getting Started

  1. Clone the repository.
  2. Open the repository and install dependencies using npm install
npm install
  1. Run the development server:
npm run dev

Open http://localhost:3000 to see the result.

Project Structure

  • Edit the page in app/page.tsx.
  • The project uses next/font for Inter font optimization.

Learn More

Deployment

Deploy your Next.js app easily with the Vercel Platform. Refer to deployment documentation for more details.