Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 825 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 825 Bytes

Playground Template

A minimal template for building rich-text editors with Plate and Next.js 15.

Features

Installation

Choose one of these methods:

1. Using CLI (Recommended)

npx shadcx@latest init -u https://platejs.org/r
npx shadcx@latest add editor-basic -r plate

2. Using Template

Use this template, then install dependencies:

pnpm install

Development

pnpm dev

Visit http://localhost:3000/editor to see the editor in action.

Upgrade

Using the CLI, you can upgrade to editor-ai by running:

npx shadcx@latest add editor-ai -r plate -o