# blocksuite **Repository Path**: lrlanbhh/blocksuite ## Basic Information - **Project Name**: blocksuite - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-15 - **Last Updated**: 2024-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React IndexedDB Example This example encapsulates the BlockSuite editor and doc collection in React, demonstrating document management within an IndexedDB database. Note that here we persist a doc collection with multiple documents in IndexedDB. If you only need to save single document, please checkout the minimal [vanilla-indexeddb](../vanilla-indexeddb/) example. ## Development ```sh git clone https://github.com/toeverything/blocksuite.git cd blocksuite/examples pnpm install pnpm dev react-indexeddb ``` This project is created using the `pnpm create vite` cli.