Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 345 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 345 Bytes

Svelte Basic Example

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

Development

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

pnpm install
pnpm dev svelte-basic

This project is created using the pnpm create vite cli.