Skip to content

Files

Latest commit

 

History

History
15 lines (10 loc) · 345 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 345 Bytes

Preact Basic Example

This example encapsulates the BlockSuite editor and doc collection in Preact, demonstrating basic document management.

Development

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

pnpm install
pnpm dev preact-basic

This project is created using the pnpm create vite cli.