Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 375 Bytes

File metadata and controls

15 lines (10 loc) · 375 Bytes

React Basic Next Example

This example encapsulates the BlockSuite editor and doc collection in React with Next.js, demonstrating basic document management.

Development

git clone https://github.com/toeverything/blocksuite.git
cd blocksuite/examples

pnpm install
pnpm dev react-basic-next

This project is created using the npx create-next-app@latest cli.