plate-playground-template
plate-playground-templateは、TypeScriptを使用した開発者向けのテンプレートで、迅速なプロトタイピングを可能にします。使いやすい構造と豊富な機能を備え、開発者が効率的に作業できる環境を提供します。
GitHubスター
167
ユーザー評価
未評価
お気に入り
0
閲覧数
45
フォーク
60
イシュー
4
README
Playground Template
A Next.js 15 template with Plate AI, plugins and components.
Features
Requirements
- Node.js 20+
- pnpm 9+
Installation
Choose one of these methods:
1. Using CLI (Recommended)
npx shadcn@latest add https://platejs.org/r/editor-ai
2. Using Template
Use this template, then install dependencies:
pnpm install
Development
Copy the example env file:
cp .env.example .env.local
Configure .env.local
:
OPENAI_API_KEY
– OpenAI API key (get one here)UPLOADTHING_TOKEN
– UploadThing API key (get one here)
Start the development server:
pnpm dev
Visit http://localhost:3000/editor to see the editor in action.