Back to Plate

Playground Template

templates/plate-template/README.md

1.0.0822 B
Original Source

Playground Template

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

Features

Requirements

  • Node.js 20+
  • bun

Installation

Choose one of these methods:

bash
npx shadcn@latest add @plate/editor-basic

2. Using Template

Use this template, then install dependencies:

bash
bun install

Development

bash
bun dev

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

Upgrade

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

bash
npx shadcn@latest add @plate/editor-ai -o